newProject: newProject

Description Usage Arguments Examples

Description

newProject creates a new project directory folder with 'Data', 'Documents', 'Output', 'Reports', and 'Syntax' subfolders.

Usage

1
newProject(Dir, FolderName, addReportSkeleton = F, recursive = FALSE)

Arguments

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

Examples

1
#newProject("C:/User/Me/", "NewProject")

TaylorAndrew/atProjectManage documentation built on May 9, 2019, 4:24 p.m.