combine_named_lists(x, y, replace = TRUE)
Arguments
x, y |
a named list. All the elements must be uniquely named. |
replace |
a logical value, default as TRUE. If TRUE, all
the `x` elements with names that exist in the `y` list will be
replaced with the values in `y`. |
Examples