Description Usage Arguments Examples
newProject creates a new project directory folder with 'Data', 'Documents', 'Output', 'Reports', and 'Syntax' subfolders.
1 | newProject(Dir, FolderName, addReportSkeleton = F, recursive = FALSE)
|
Dir |
Path pointing to where the new project directory should be added |
FolderName |
Name of the new directory folder |
addReportSkeleton |
If TRUE, an RMarkdown skeleton is added to /Reports. Note: This functionality will only work for Andrew Taylor, as the report skeleton is in my directory. If people want to use this, the report skeletons can be moved to the common M:/bioteam/ directory. |
recursive |
If TRUE, if the final folder in 'Dir' does not yet exist, it will be created |
1 | #newProject("C:/User/Me/", "NewProject")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.