Find the outputs of reprocessing and assemble them into a datasheet.
assemble_datasheet(folder, verbose = TRUE)
The folder that collate_outputs()
(or reprocess()
) wrote to
during reprocessing.
Should a success messages be displayed? TRUE
by default.
Nothing is returned. A new datasheet is saved to the folder.
if (FALSE) {
outfolder <- "C:\\Documents\\My Study\\Output\\sleepIPD_output"
assemble_datasheet(outfolder)
}