replace_list {eulerr} | R Documentation |
Replace (refresh) a list
Description
Unlike update_list
, this function only modifies, and does not add,
items in the list.
Usage
replace_list(old, new)
Arguments
old |
the original list |
new |
the things to update |
Value
A refreshed list.
[Package eulerr version 7.0.2 Index]