Skip to contents

Create a project folder for fsl quality report

Usage

create_fsl_quality_report_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 fsl_quality_report

Examples

if (FALSE) { # \dontrun{
create_fsl_quality_report_template("path/to/folder")
} # }