Description Usage Arguments Value
Creates the folder structure and optional basescript for an R project. Creates two directories, data and output, assuming they don't already exist as well as the base script.
1 2 3 4 5 |
createbasescript |
a logical value indicating whether or not a base script should be created. The base script will source all R scripts in the working directory |
basescriptname |
a character string describing the file name of the base script. Defaults to '00-source-all-files.R' |
Does not return a value, but has side effects, namely creating directories and the base script.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.