infer_frequency {nixtlar} | R Documentation |
Infer frequency of a data frame.
Description
Infer frequency of a data frame.
Usage
infer_frequency(df, freq)
Arguments
df |
A data frame with time series data. |
freq |
The frequency of the data as specified by the user; NULL otherwise. |
Value
The inferred frequency.
Examples
df <- nixtlar::electricity
freq <- NULL
infer_frequency(df, freq)
[Package nixtlar version 0.6.2 Index]