Merge a list of data.frames by common columns or row names.
merge2(datlst, by = NULL, all = TRUE, ...)
a list of data.frames.
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.
logical; all = TRUE is shorthand to save setting both all.x = TRUE and all.y = TRUE.
Additional parameters provided in the merge function.