# NOT RUN {
# Not exported.
merge.list(list(a=1, b = "xyz", c = function(x, y) {x+y}),
list(a = 2, z = "a string"))
# No values in y
merge.list(list(a=1, b = "xyz", c = function(x, y) {x+y}), list())
# No values in x
merge.list(list(), list(a=1, b = "xyz", c = function(x, y) {x+y}))
# }
Run the code above in your browser using DataLab