replace_list: Replace (refresh) a list

View source: R/utils.R

replace_listR 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 old with

Value

A refreshed list.


eulerr documentation built on Dec. 10, 2022, 1:08 a.m.