Description Usage Arguments Value
View source: R/read_csv_actigraph.R
Read ActiGraph accelerometer data from a database stored in an CSV file. Return a tsibble.
1 | read_csv_actigraph(file, tz = "UTC", include_preamble = FALSE)
|
file |
Full path to a csv file to read. |
tz |
Time zone for the output data, converted from UTC (the default). |
preamble |
Keep csv file preamble as an attribute? |
A tsibble
(tbl_ts
) of accelerometer data with at least two columns: timestamp and axis1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.