mergeLists: Takes two named lists and replaces each element of the first...

Description Usage Arguments Value

View source: R/mergeLists.R

Description

Takes two named lists and replaces each element of the first list, which also is located in the second list by the value in the second list.

Usage

1
mergeLists(x, y)

Arguments

x

[list]
Named source list.

y

[list]
List with elements which should be replaced in the first list.

Value

[list] Unioned list where the elements, which are located in both source lists have the values of the second list.


jakobbossek/JBmisc documentation built on May 18, 2019, 9:08 a.m.