Merge two lists
# S3 method for list
merge(x, y, ..., open = FALSE, warn = TRUE, context = "object", wild = "...")
the original list
the new list for merging
not used
logical indicating whether or not new items should be allowed in the list upon merging
issue warning if nothing found to update
description of usage context
wild-card name; see details
Wild-card names (wild
) are always retained in x
and
are brought along from y
only when open
.