Learn R Programming

vctrs (version 0.6.5)

vctrs-data-frame: vctrs methods for data frames

Description

These functions help the base data.frame class fit into the vctrs type system by providing coercion and casting functions.

Usage

# S3 method for data.frame
vec_ptype2(x, y, ...)

# S3 method for data.frame vec_cast(x, to, ...)

Arguments