Description Usage Arguments Examples
Guess the epoch length (in seconds) from the timestamp column
1 | get_epoch_length(epochs)
|
epochs |
A data frame with at least one column,
|
1 2 3 4 5 6 7 8 | 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.