table {vctrs}R Documentation

Table S3 class

Description

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

Usage

## S3 method for class 'table'
vec_ptype2(x, y, ..., x_arg = "", y_arg = "")

## S3 method for class 'table'
vec_cast(x, to, ..., x_arg = "", to_arg = "")

[Package vctrs version 0.3.1 Index]