Learn R Programming

fabletools (version 0.5.0)

aggregation-vctrs: Internal vctrs methods

Description

These methods are the extensions that allow aggregation vectors to work with vctrs.

Usage

# S3 method for agg_vec
vec_ptype2(x, y, ...)

# S3 method for agg_vec.agg_vec vec_ptype2(x, y, ...)

# S3 method for agg_vec.default vec_ptype2(x, y, ...)

# S3 method for agg_vec.character vec_ptype2(x, y, ...)

# S3 method for character.agg_vec vec_ptype2(x, y, ...)

# S3 method for agg_vec vec_ptype_abbr(x, ...)

# S3 method for agg_vec vec_cast(x, to, ...)

# S3 method for agg_vec.agg_vec vec_cast(x, to, ...)

# S3 method for agg_vec.default vec_cast(x, to, ...)

# S3 method for character.agg_vec vec_cast(x, to, ...)

# S3 method for agg_vec vec_proxy_compare(x, ...)

Arguments