Find the outputs of reprocessing and assemble them into a datasheet.

assemble_datasheet(folder, verbose = TRUE)

Arguments

folder

The folder that collate_outputs() (or reprocess()) wrote to during reprocessing.

verbose

Should a success messages be displayed? TRUE by default.

Value

Nothing is returned. A new datasheet is saved to the folder.

Examples

if (FALSE) {
outfolder <- "C:\\Documents\\My Study\\Output\\sleepIPD_output"
assemble_datasheet(outfolder)
}