Take a sequence of vector, matrix or data-frame arguments and combine them by columns.
CBIND
is used within the package over cbind
to recycle the shorter
arguments so that their number of rows would match.
CBIND(..., deparse.level = 1)
(generalized) vectors or matrices. These can be given as named arguments
integer; deparse.level = 0 constructs no labels, deparse.level = 1 (the default) or > 1 constructs labels from the arguments names.