tsibble-vctrs: Internal vctrs methods

tsibble-vctrsR Documentation

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 class 'yearmonth'
vec_arith(op, x, y, ...)

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

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

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

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

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

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

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

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

tsibble documentation built on Oct. 9, 2022, 9:05 a.m.