MergeList: Merge two lists together

Description Usage Examples

Description

Merge two lists together

Usage

1
MergeList(list1, list2, no.rm = FALSE)

Examples

1
2
3
4
5
6
a <- list( a=list(a=1, b=2), b=3, c=1)
b <- list( a=2 , c=2)
faoswsModules:::MergeList(a,b)
x <- list( A=list(p=runif(5), q=list(y=3, z=2)), B=list(q=runif(5)) )
y <- list( A=list(r=runif(5), p=1:5, q = list(z=1, m=2)), C=list(s=runif(5)) )
faoswsModules:::MergeList(x, y)

SWS-Methodology/faoswsModules documentation built on May 9, 2019, 11:49 a.m.