vctrs-compat: vctrs compatibility functions

Description Usage Arguments Value

Description

These functions are the extensions that allow datea objects to work with vctrs.

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'ymon'
vec_arith(op, x, y, ...)

## S3 method for class 'ymon'
vec_cast(x, to, ...)

## S3 method for class 'ymon'
vec_ptype2(x, y, ...)

Arguments

op

An arithmetic operator as a string.

x, y

Objects.

...

Used to pass along error message information.

to

Type to cast to.

Value

See the corresponding vctrs function for the exact return value.


DavisVaughan/datea documentation built on April 10, 2020, 12:03 a.m.