Learn R Programming

EpiModel (version 2.2.1)

update_list: 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)

Value

The full x list with the modifications added by 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.