ensure_header_timestamp | R Documentation |
Ensure 'HEADER_TIME_STAMP' is in
ensure_header_timestamp(df, subset = TRUE)
df |
A data set of time and X/Y/Z |
subset |
select only the columns of time and X/Y/Z |
A data set/'tibble'. It does not return an 'AccData' object
file = system.file("extdata",
"TAS1H30182785_2019-09-17.gt3x",
package = "SummarizedActigraphy")
res = read_actigraphy(file, verbose = FALSE)
df = ensure_header_timestamp(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.