Learn R Programming

eulerr (version 2.0.0)

update_list: Update a List with User Input

Description

Wrapper for utils::modifyList().

Usage

update_list(x, val)

Arguments

x

A list to be updated.

val

Stuff to update x with.

Value

Returns an updated list.

See Also

utils::modifyList()