Copies class attributes from an existing ts-boxable series. Mainly used internally.
copy_class( x, template, preserve.mode = TRUE, preserve.names = FALSE, preserve.time = FALSE )
x | ts-boxable time series, an object of class |
---|---|
template | ts-boxable time series, an object of class |
preserve.mode | should the mode the time column be preserved (data frame only) |
preserve.names | should the name of the time column be preserved (data frame only) |
preserve.time | should the values time column be preserved (data frame only) |
Inspired by xts::reclass
, which does something similar.