updateList | R Documentation |
Defunct. Use utils::modifyList()
(which can not handle NULL) or
Require::modifyList2()
for case with >2 lists and can handle NULL lists.
updateList(x, y)
x , y |
a named list |
A named list, with elements sorted by name.
The values of matching elements in list y
replace the values in list x
.
Alex Chubaty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.