powered by
Infer frequency of a data frame.
infer_frequency(df, freq)
The inferred frequency.
A data frame with time series data.
The frequency of the data as specified by the user; NULL otherwise.
df <- nixtlar::electricity freq <- NULL infer_frequency(df, freq)
Run the code above in your browser using DataLab