vec_cbind_frame_ptype {vctrs} | R Documentation |
Frame prototype
Description
This is an experimental generic that returns zero-columns variants
of a data frame. It is needed for vec_cbind()
, to work around the
lack of colwise primitives in vctrs. Expect changes.
Usage
vec_cbind_frame_ptype(x, ...)
Arguments
x |
A data frame. |
... |
These dots are for future extensions and must be empty. |
[Package vctrs version 0.6.5 Index]