Description Usage Arguments Value Examples
View source: R/internal_functions.r
Given two lists with (or without common names) returns a combined list; if common names their values merged and returned as unique
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.