merge.list: Merge two lists together.

Description Usage Arguments

Description

Merge two lists together.

Usage

1
2
3
4
## S3 method for class 'list'
merge(x, y, ...)

lmerge(x, y, ...)

Arguments

x

list. A list to merge.

y

list. A list to merge.

...

list. Additional arguments that are ignored.


peterhurford/funtools documentation built on May 25, 2019, 1:50 a.m.