| get_epoch_length | R Documentation |
Guess the epoch length (in seconds) from the timestamp column
get_epoch_length(epochs)
epochs |
A data frame with at least one column, |
data("gtxplus1day")
gtxplus1day %>%
get_epoch_length()
gtxplus1day %>%
collapse_epochs(60) %>%
get_epoch_length()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.