merge_list: Merge two list

View source: R/utils.R

merge_listR Documentation

Merge two list

Description

Merge two list

Usage

merge_list(x, y)

Arguments

x

one list

y

another list. Elements having same names in x will be override by those in y.

Value

a merged list

Examples

merge_list(list(1, A = 2, B = 3, 4), list(A = 22, 5, 1))

zzwch/crosslink documentation built on Aug. 27, 2023, 5:57 p.m.