update_list {eulerr} | R 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 |
Value
Returns an updated list.
See Also
[Package eulerr version 7.0.2 Index]