| vec_type {vctrs} | R Documentation |
Deprecated type functions
Description
These functions have been renamed:
-
vec_type()=>vec_ptype() -
vec_type2()=>vec_ptype2() -
vec_type_common()=>vec_ptype_common()
Usage
vec_type(x)
vec_type_common(..., .ptype = NULL)
vec_type2(x, y, ...)
Arguments
x, y, ..., .ptype |
Arguments for deprecated functions. |
[Package vctrs version 0.7.3 Index]