merge: Merge two lists

View source: R/merge_lists.r

mergeR Documentation

Merge two lists

Description

Additive and non-additive merging of lists. add will merge lists additively, this means that named items shared in both lists are added concatenated. merge is non-additive merging and named items from list in the first argument will be replaced by items from the list in the second argument.

Usage

merge(list1, list2)

add(list1, list2)

Arguments

list1

a list

list2

a list

Value

merged list


bioDS/beter documentation built on June 15, 2022, 7:58 a.m.