get_epoch | R Documentation |
Retrieve the epoch length of an ActiGraph data frame
get_epoch(AG, time_var = "Timestamp")
AG |
data frame of ActiGraph data |
time_var |
character scalar. Name of the time variable column |
scalar epoch length
AG <- read_AG_counts( system.file("extdata/example1sec.csv", package = "AGread"), header = TRUE ) get_epoch(AG)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.