read_ap | R Documentation |
Function to read in activPAL data
read_ap(
activpal_filepath,
raw_data = F,
parse_timestamp = F,
epoch = NA,
samp_freq = 20
)
activpal_filepath |
A .csv filepath containing either event data processed by the activPAL algorithm or raw accelerometer data |
raw_data |
A logical indicating whether the data is raw data. Default is F and event data is expected |
parse_timestamp |
A logical indicating whether the Timestamp in ymd_hms format should be further separated into Date and Time columns |
epoch |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.