listmerge {kdensity} | R Documentation |
Merges two lists.
Description
Merges two lists.
Usage
listmerge(x, y, type = c("merge", "template"))
Arguments
x |
A list of default arguments. |
y |
A list of supplied arguments |
type |
If |
Value
A merged list where conflicts are solved in favour of y. Does not preserve ordering.
[Package kdensity version 1.1.0 Index]