In data frame objects (data.frame, tibble, data.table), tsbox
automatically detects the time and the value column. This function changes
the column names to the defaults (time, value), so that auto-detection
can be avoided in future operations.
Usage
ts_default(x)
Value
a ts-boxable time series, with the same class as the input.
Arguments
x
ts-boxable time series, an object of class ts, xts, zoo,
data.frame, data.table, tbl, tbl_ts, tbl_time, tis, irts or
timeSeries.