ts_df
R/pred_ts.R
is_ts_df.Rd
Check Whether an Object Is a ts_df
is_ts_df(x)
Object to check.
TRUE or FALSE.
TRUE
FALSE
x = ts_df(data.frame(time = 1:3, value = c(10, 12, 15))) is_ts_df(x) #> [1] TRUE