Rdocumentation
powered by
Learn R Programming
R6Frame (version 0.1.0)
cbind: R6Frame: cbind
Description
A new generic for
cbind
which includes a default method, and a method for
R6Frame
. For all other objects, it defaults to the base method.
Usage
cbind(x, ...)
Arguments
x
A
R6Frame
.
...
Additional parameters passed to
cbind
.
See Also
cbind
in
base
for more information and examples.