vctrs-data-frame {vctrs} | R Documentation |
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 class 'data.frame'
vec_ptype2(x, y, ...)
## S3 method for class 'data.frame'
vec_cast(x, to, ...)
[Package vctrs version 0.6.5 Index]