This function can be used to automatically setup your study directory by creating folders and template scripts
create_project(
script_templates = FALSE,
main_script = FALSE,
raw_script = FALSE,
score_script = FALSE,
merge_script = FALSE,
analysis_script = FALSE,
data_raw = FALSE,
data_scored = FALSE,
analyses = FALSE,
documents = FALSE,
tasks = FALSE,
manuscript = FALSE,
presentations = FALSE,
other = c(),
standard_project = FALSE,
path = "."
)
Logical. Download all script templates? default = FALSE
Logical. Download a main script template? default = TRUE
Logical. Download a raw script template? default = FALSE
Logical. Download a score script template? default = FALSE
Logical. Download a merge script template? default = FALSE
Logical. Download template to do data analysis (.Rmd)? default = FALSE
Logical. Create a raw data directory? default = FALSE
Logical. Create a scored data directory? default = FALSE
Logical. Create an analyses directory? default = FALSE
Logical. Create documents directory? default = FALSE
Logical. Create tasks directory? default = FALSE
Logical. Create manuscript directory? default = FALSE
Logical. Create presentations directory? default = FALSE
List of other directories you want to create
Logical. Create a standard project directory? default = FALSE
String. Home directory file path