mergePHBdata {GGIRread} | R Documentation |
Merge Philips Health Band xlsx file pairs into one csv file
Description
Read, merge, and save Philips Health Band xlsx file pairs to csv. If the pair is incomplete the function will still convert the available xlsx file to csv.
Usage
mergePHBdata(filenames = NULL,
timeformat = "%m/%d/%Y %H:%M:%S",
desiredtz = "", configtz = NULL,
timeformatName = "timeformat")
Arguments
filenames |
Character vector, specifying the two filenames to be merged. Assumption is that there is one file starting with "Datalist_" and one starting with "Sleep_Wake_". |
timeformat |
Character, timestemp format. |
desiredtz |
Character, timezone name where the accelerometer was worn. Timezone names are expected to be the timezone database names, e.g. Europe/London. See also: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones |
configtz |
Character, timezone name where the accelerometer was configured. Leave NULL if equal to desiredtz. Timezones name are expected to be the timezone database names, e.g. Europe/London. See also: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones |
timeformatName |
Character, name of timeformat variable to print in error message when timeformat is incorrect, of use to GGIR where argument names can differ. |
Value
Merged data from the two files.
Author(s)
Vincent T van Hees <v.vanhees@accelting.com>