merge_lists_by_key: merge 2 lists of lists together by common key

View source: R/lib_list.R

merge_lists_by_keyR Documentation

merge 2 lists of lists together by common key

Description

merge 2 lists of lists together by common key

Usage

merge_lists_by_key(list1, list2)

Arguments

list1

first list

list2

second list

Value

a merged list where elements of common key are concatenated into a new sublist


jorritvm/jrutils documentation built on Feb. 14, 2023, 11:33 p.m.