merge2 {xefun}R 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.


[Package xefun version 0.1.5 Index]