update_list: Update list with input

View source: R/utils.R

update_listR Documentation

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

old

a list to be updated

new

stuff to update x with

Value

Returns an updated list.

See Also

utils::modifyList()


jolars/eulerr documentation built on April 2, 2024, 11:42 p.m.