merge_recursive: Merge a list of 'data.frame's by matching column names

View source: R/utils.R

merge_recursiveR Documentation

Merge a list of data.frames by matching column names

Description

Merge a list of data.frames by matching column names

Usage

merge_recursive(x, all = TRUE, ...)

Arguments

x

a list of data.frames.

all

if 'TRUE', then extra rows will be added to the output, one for each row in not present in the other ´data.frame's that has no matching rows. These rows will have NAs in those columns that are usually filled with values from other ´data.frame's.

...

other parameters to [merge()].

Details

WARNING: the order of the data.frames in the list could modify the output if all=FALSE

Value

returns a data.frame with all the merged columns and rows


jmaspons/dbTools documentation built on March 10, 2024, 7:30 p.m.