vctrs-data-frame: vctrs methods for data frames

vctrs-data-frameR 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, ...)

vctrs documentation built on Oct. 13, 2023, 1:05 a.m.