Skip to contents

Create a project folder for cleaning review

Usage

create_cleaning_review_template(folder_path, ...)

Arguments

folder_path

Path for the new folder

...

Extra information collected from the RStudio wizard

Value

Folder with a copy of the cleaning_review_template_folder

Examples

if (FALSE) {
create_cleaning_review_template("path/to/folder")
}