Creates all the standard folders required by a 'castarter' project.
CreateFolders(project = NULL, website = NULL)
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. |
# NOT RUN { CreateFolders(project, website) # }