Cbind: Cbind

View source: R/r_and_c_bind.R

CbindR Documentation

Cbind

Description

Takes a sequence of vectors or tables and merges them, similar to cbind, except that it matches based on names. If there are no names, matching is based upon indices.

Usage

Cbind(..., keep.all = TRUE)

Arguments

...

The tables or vectors to be merged.

keep.all

If "TRUE", even non-matching rows are retained. Ignored and treated as "TRUE" if matching is based upon indices.


NumbersInternational/flipTables documentation built on Feb. 26, 2024, 6:42 a.m.