Creates report from milestone data produced by g.part2. Not intended for direct use by package user
g.report.part2(metadatadir = c(), f0 = c(), f1 = c(), maxdur = 0,
store.long = FALSE, params_output, myfun = c(),
verbose = TRUE, desiredtz = "")
Function does not produce data, but only writes reports in csv format and visual reports in pdf format
Directory that holds a folder 'meta' and inside this a folder 'basic' which contains the milestone data produced by g.part1. The folderstructure is normally created by g.part1 and GGIR will recognise what the value of metadatadir is.
File index to start with (default = 1). Index refers to the filenames sorted in alphabetical order
File index to finish with (defaults to number of files available, i.e., f1 = 0)
see g.part2
Booelean to indicate whether output should stored in long format in addition to default wide format. Automatically turned to TRUE if using day segmentation with qwindow.
Parameters object, see GGIR
(Optional) List as documented in GGIR. g.report.part2 uses this object to extract the name of the external function being used, such that this can be reused in the output filenames.
See details in GGIR.
See details in GGIR.
Vincent T van Hees <v.vanhees@accelting.com>