Description Usage Arguments Value Examples
View source: R/internal_functions.r
Merge of 2 lists into one that contains unique or intersect vectors for each list entry with shared names
1 | merge2lists(x, y, fun = "unique")
|
x |
(list): input list 1 |
y |
(list): input list 2 |
fun |
(character): Either 'unique' or 'intersect' are accepted |
(list) merged list from x and y
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.