Not intended for direct use by GGIR users. Saves oart 5 time series to csv files as part of g.part5.
g.part5.savetimeseries(ts, LEVELS, desiredtz, rawlevels_fname,
save_ms5raw_format = "csv",
save_ms5raw_without_invalid = TRUE,
DaCleanFile = NULL,
includedaycrit.part5 = 2/3,
ID = NULL, sep_reports = ",",
params_247 = NULL)
Function does not provide output, it only prepare data for saving and saves it to a file.
Data.frame with time series
As produced as one of the objects in the output of identify_levels
See GGIR.
Path to the file where the output should be stored
See g.part5
See g.part5
Content of data_cleaning_file as documented in g.report.part5. Only used in this function if save_ms5rawlevels is TRUE, and it only affects the time series files stored.
See g.report.part5. Only used in this function if save_ms5rawlevels is TRUE, and it only affects the time series files stored.
If data_cleaning_file is used then this argument specifies which participant ID the data correspond with.
Character (default = ","). Value used as sep argument in write.csv for writing csv files with the GGIR reports.
See GGIR
Vincent T van Hees <v.vanhees@accelting.com>