Create a project folder with a cleaning template
Usage
create_cleaning_template(folder_path, write_template_files, ...)
Arguments
- folder_path
Path for the new folder
- write_template_files
TRUE/FALSE if to write template files
- ...
Extra information collected from the RStudio wizard
Value
Folder with a copy of the cleaning_template_folder
Examples
if (FALSE) { # \dontrun{
create_cleaning_template("path/to/folder")
} # }