R/merge.R
merge.splitlist.Rd
Merge two or more lists with a data.frame 'groupid' attribute defining the matching.
# S3 method for splitlist merge(...)
... | lists with 'groupid' attributes |
---|
A list of lists with elements for the matching items between the 'groupid's of each of the input lists. The output list will have a new 'groupid' attribute added with additional columns to indicate the of each input to its output location. If the inputs are named, then each list item will be named the same as the input name.
The merge is equivalent to a full_join
where items
missing from one or the other item will be missing, but the
element(s) will exist.