CBIND: Combine R Objects by Columns

View source: R/Utility_functions.R

CBINDR Documentation

Combine R Objects by Columns

Description

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.

Usage

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

Arguments

...

(generalized) vectors or matrices. These can be given as named arguments

deparse.level

integer; deparse.level = 0 constructs no labels, deparse.level = 1 (the default) or > 1 constructs labels from the arguments names.


thomas-fung/mpcmp documentation built on June 13, 2022, 6:20 p.m.