vec_cbind_frame_ptype: Frame prototype

View source: R/bind.R

vec_cbind_frame_ptypeR Documentation

Frame prototype

Description

[Experimental]

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.


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