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 tbl_ts, required.

...

Name-value pairs defining attributes.

class

Subclasses to assign to the new object, default: none.


[Package tsibble version 0.6.2 Index]