Creates all the standard folders required by a 'castarter' project.

CreateFolders(project = NULL, website = NULL)

Arguments

project

Name of 'castarter' project. Must correspond to the name of a folder in the current working directory.

website

Name of a website included in a 'castarter' project. Must correspond to the name of a sub-folder of the project folder.

Examples

# NOT RUN {
CreateFolders(project, website)
# }