Learn R Programming

EpiModel (version 2.5.0)

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.