merge2: merge data.frames list

View source: R/utils.R

merge2R Documentation

merge data.frames list

Description

Merge a list of data.frames by common columns or row names.

Usage

merge2(datlst, by = NULL, all = TRUE, ...)

Arguments

datlst

a list of data.frames.

by

A vector of shared column names in x and y to merge on. This defaults to the shared key columns between the two tables. If y has no key columns, this defaults to the key of x.

all

logical; all = TRUE is shorthand to save setting both all.x = TRUE and all.y = TRUE.

...

Additional parameters provided in the merge function.


xefun documentation built on Aug. 10, 2023, 5:07 p.m.