Reads Actical Count data file.
readActicalCount(filename = NULL,
timeformat = "%m/%d/%Y %H:%M:%S",
desiredtz = "", configtz = NULL,
timeformatName = "timeformat")
Matrix with one or multiple columns
epoch size in seconds of data
POSIXlt format timestamp on which recording starts
filename (required)
Character, timestemp format.
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
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
Character, name of timeformat variable to print in error message when timeformat is incorrect, of use to GGIR where argument names can differ.
Vincent T van Hees <v.vanhees@accelting.com>