detect_time_step | R Documentation |
The function infers, i.e. automatically deduce from the input data, the minimum time step (frequency) that can be used for the input time series.
detect_time_step(data)
data |
<data.frame> containing the input time series whose time step has to be detected (time column must be named 'time'), or <array> of POSIXct or date objects. |
<string> A string in ISO 8601 format representing the period or timestep (e.g. "PT15M","PT1H", "P3M", "P1D" ,...).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.