new_tsibble {tsibble} | R Documentation |
Create a subclass of a tsibble
Description
Create a subclass of a tsibble
Usage
new_tsibble(x, ..., class = NULL)
Arguments
x |
A |
... |
Name-value pairs defining new attributes other than a tsibble. |
class |
Subclasses to assign to the new object, default: none. |
[Package tsibble version 1.1.5 Index]