update_list {EpiModel} | R Documentation |
Update List x
Using the Elements of List new.x
.
Description
Update List x
Using the Elements of List new.x
.
Usage
update_list(x, new.x)
Arguments
x |
A list. |
new.x |
A list. |
Details
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.
Value
The full x
list with the modifications added by new.x
.
[Package EpiModel version 2.4.0 Index]