setUpProject: Autopopulates project folder with common directories

Description Usage Arguments Value Examples

View source: R/setupProject.R

Description

I almost always start a project by creating subdirectories for RawData, ProcessedData, and so on, so I decided to script the process to improve consistency.

Usage

1
2
setUpProject(folderStyle = "KeithBaggerly",
  includeProjectDescription = TRUE)

Arguments

folderStyle

character string naming the person whose file structure I'm using as a template. Default is "KeithBaggerly"; other currently allowed variants are "JennyBryan", and "KarlBroman".

includeProjectDescription

logical - should a skeleton project description file be included at the top level of the project hierarchy? Defaults to TRUE.

Value

invisible if all of the folders were successfully created.

Examples

1
setupProject("KeithBaggerly")

jestarling/starUtils documentation built on May 30, 2019, 8:04 a.m.