Learn R Programming

tsbox (version 0.4.1)

ts_boxable: Test if an Object is ts-Boxable

Description

Mainly used internally.

Usage

ts_boxable(x)

check_ts_boxable(x)

Value

logical, either TRUE or FALSE. check_ts_boxable() fails if not TRUE

Arguments

x

ts-boxable time series, an object of class ts, xts, zoo, zooreg, data.frame, data.table, tbl, tbl_ts, tbl_time, tis, irts or timeSeries.

Examples

Run this code
ts_boxable(AirPassengers)
ts_boxable(lm)

Run the code above in your browser using DataLab