| build_tsibble_meta {tsibble} | R Documentation |
build_tsibble_meta() assigns the attributes to an object, assuming this
object is a valid tsibble.
build_tsibble_meta(x, key, index, index2, regular = TRUE, ordered = NULL, interval = NULL)
x |
A |
key |
Variable(s) that define unique time indices, used in conjunction
with the helper |
index |
A bare (or unquoted) variable to specify the time index variable. |
index2 |
A candidate of |
regular |
Regular time interval ( |
ordered |
The default of |
interval |
|