View source: R/infer_frequency.R
infer_frequency | R Documentation |
Infer frequency of a data frame.
infer_frequency(df, freq)
df |
A data frame with time series data. |
freq |
The frequency of the data as specified by the user; NULL otherwise. |
The inferred frequency.
df <- nixtlar::electricity
freq <- NULL
infer_frequency(df, freq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.