View source: R/net.mod.updater.R
update_list | R Documentation |
x
Using the Elements of List new.x
.Update List x
Using the Elements of List new.x
.
update_list(x, new.x)
x |
A list. |
new.x |
A list. |
This function updates list x
by name. If x
and new.x
elements are not named, the function will not work properly. If a function is
provided to replace an element that was originally not a function, this
function will be applied to the original value.
The full x
list with the modifications added by new.x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.