Initialize a directory structure for pipeline results.
1 2 | initProject(workdir, subdirs = c("notes", "figures", "tables", "Rda", "data",
"code"), version = "", verbose = TRUE, forceclear = FALSE)
|
workdir |
name of project/pipeline directory |
subdirs |
subdirectories within workdir. |
version |
a label indicating the version of the analysis (currently unused) |
verbose |
logical. If set TRUE, function will print message to notify when actual directories/folders are created in the file system. |
forceclear |
logical. If set TRUE, function will erase any existing files under 'workdir' and then recreate the project/pipeline directory structure. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.