tsibble (version 0.9.2)

tsibble-vctrs: Internal vctrs methods

Description

These methods are the extensions that allow tsibble objects to work with vctrs.

Usage

vec_ptype2.tbl_ts(x, y, ...)

vec_cast.tbl_ts(x, to, ...)

vec_cast.yearmonth(x, to, ...)

vec_ptype2.yearmonth(x, y, ...)

# S3 method for yearmonth vec_arith(op, x, y, ...)

# S3 method for yearmonth obj_print_data(x, ...)

vec_cast.yearquarter(x, to, ...)

vec_ptype2.yearquarter(x, y, ...)

# S3 method for yearquarter vec_arith(op, x, y, ...)

# S3 method for yearquarter obj_print_data(x, ...)

vec_cast.yearweek(x, to, ...)

vec_ptype2.yearweek(x, y, ...)

# S3 method for yearweek vec_arith(op, x, y, ...)

Arguments