eulerr (version 6.0.0)

update_list: Update list with input

Description

A wrapper for utils::modifyList() that attempts to coerce non-lists to lists before updating.

Usage

update_list(old, new)

Arguments

x

a list to be updated

val

stuff to update x with

Value

Returns an updated list.

See Also

utils::modifyList()