mergeLists {jwutil} | R Documentation |
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.
mergeLists(x, y)
x |
unnested list with named elements, each of which is a vector |
y |
unnested list with named elements, each of which is a vector |
list of vectors