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


jwutil documentation built on May 7, 2019, 1:03 a.m.