cbind: The cbind() and rbind() generics

Description Usage Arguments Note

Description

Generics for the cbind/rbind functions

Usage

1
2
3
cbind(..., deparse.level = 1)

rbind(..., deparse.level = 1)

Arguments

...

(generalized) vectors or matrices. These can be given as named arguments. Other R objects may be coerced as appropriate, or S4 methods may be used: see sections <e2><80><98>Details<e2><80><99> and <e2><80><98>Value<e2><80><99>. (For the "data.frame" method of cbind these can be further arguments to data.frame such as stringsAsFactors.)

deparse.level

integer controlling the construction of labels in the case of non-matrix-like arguments (for the default method): deparse.level = 0 constructs no labels; the default, deparse.level = 1 or 2 constructs labels from the argument names, see the <e2><80><98>Value<e2><80><99> section below.

Note

Need to explicitly define those generics otherwise the implicit generics in package "base" would dispatch on 'deparse.level'.

Note that dispatching on '...' is supported starting with R 2.8.0 only.


cdeterman/generics documentation built on May 20, 2019, 8:01 p.m.