rbindAndCbindWithLabels: rbindAndCbindWithLabels

View source: R/r_and_c_bind.R

rbindAndCbindWithLabelsR Documentation

rbindAndCbindWithLabels

Description

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

Usage

rbindAndCbindWithLabels(..., rows, keep.all)

Arguments

...

The tables or vectors to be merged.

rows

If TRUE, binds by rows. Otherwise by columns.

keep.all

If "TRUE", even non-matching rows/columns 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.