Learn R Programming

traitr (version 0.13)

merge.list: merge two lists, possibly overwriting...

Description

merge two lists, possibly overwriting

Usage

merge.list(x, y, overwrite=TRUE)

Arguments

x
a list
y
a list. Named values of y are assigned to x and then x is returned.
overwrite
If TRUE named values in y clobber similarly named values in x

Value

  • Returns a list