Rbind: Rbind

View source: R/r_and_c_bind.R

RbindR Documentation

Rbind

Description

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

Usage

Rbind(..., 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.