powered by
This function merges lists based on their element names. Elements are only included in the final output list, if no former list has contributed an element with the same name.
list
merge_lists(...)
A list.
One or more named list(s).
Other list helpers: check_list_of_lists()
check_list_of_lists()
merge_lists(list("a" = 1, "b" = 2), list("b" = 3, "c" = 4, "d" = NULL))
Run the code above in your browser using DataLab