slice_epoch | R Documentation |
Extracts a time segment from raw timeseries data based on start and end times.
slice_epoch(x_raw, s, e)
x_raw |
The raw timeseries dataframe |
s |
Start time in milliseconds |
e |
End time in milliseconds |
A dataframe containing the epoch data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.