mergeLists: merge lists by names

Description Usage Arguments Value

View source: R/list.r

Description

merge lists by vector combining all the vector elements of the list items with the matching names. Unnamed vectors in the list will be dropped silently.

Usage

1
mergeLists(x, y)

Arguments

x

unnested list with named elements, each of which is a vector

y

unnested list with named elements, each of which is a vector

Value

list of vectors


jackwasey/jwutil documentation built on Jan. 20, 2020, 6:56 p.m.