listmerge {univariateML} | R Documentation |
Merges two lists.
listmerge(x, y, type = c("merge", "template"))
x |
A list of default arguments. |
y |
A list of supplied arguments |
type |
If |
A merged list where conflicts are solved in favor of y. Does not preserve ordering.