modify_list: Modify elements of a list TODO: Modify nameless by position...

Description Usage Arguments

Description

Modify elements of a list TODO: Modify nameless by position (delete with NULL) and append beyond length

Usage

1
modify_list(x, val, keep.null = FALSE, replace.nameless = TRUE)

Arguments

x

(list)

val

(list)

keep.null

(logical) Whether NULL elements in val become NULL elements in x or are deleted.

replace.nameless

(logical) Whether nameless list elements of x are replaced by corresponding elements of val.


ezwelty/dpkg documentation built on May 30, 2019, 7:19 a.m.