merge_named_lists {simplegraph} | R Documentation |
Elements with common names are concatenated. If both lists have
NULL
for an element, then default
is used instead.
merge_named_lists(list1, list2, default = character())
list1 |
First list. |
list2 |
Second list. |