merge_recursive | R Documentation |
data.frame
s by matching column namesMerge a list of data.frame
s by matching column names
merge_recursive(x, all = TRUE, ...)
x |
a list of |
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()]. |
WARNING: the order of the data.frames in the list could modify the output if all=FALSE
returns a data.frame
with all the merged columns and rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.