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