merge_list.RdMerge two list
merge_list(x, y)
| x | one list |
|---|---|
| y | another list. Elements having same names in |
a merged list
#> $A #> [1] 22 #> #> [[2]] #> [1] 5 #> #> [[3]] #> [1] 1 #> #> [[4]] #> [1] 1 #> #> $B #> [1] 3 #> #> [[6]] #> [1] 4 #>