powered by
Defunct. Use utils::modifyList() (which can not handle NULL) or Require::modifyList2() for case with >2 lists and can handle NULL lists.
utils::modifyList()
Require::modifyList2()
updateList(x, y)
A named list, with elements sorted by name. The values of matching elements in list y
y
replace the values in list x.
x
a named list
Alex Chubaty