This function simply finds the outputs from GGIR that are required for the project, and copies them to a new folder. If there are multiple copies of part 5 outputs, they are collapsed to a single csv file.

collate_outputs(outputdir, studyname, verbose = TRUE)

Arguments

outputdir

the outputdir that was provided in the processing call

studyname

the name of the study. Use the first author's surname if there is no study name.

verbose

If success messages should be displayed

See also

Other helper functions: build_meta(), find_problem_files(), translate_filepath()