Converts a series, stored in a data.frame or tibble, into a ts object.
Arguments
- x
A
data.frame,tibbleordata.table.- date_colname
Name of the date column. Defaults to
'date'. Must be of classDate.- value_colname
Name of the value column. Defaults to
'value'. Must benumeric.- frequency
The frequency of the series. Can be a shortened string (e.g. "M" for monthly) or a number (e.g. 12).

