Learn R Programming

simplegraph (version 1.0.1)

merge_named_lists: Merge two names lists

Description

Elements with common names are concatenated. If both lists have NULL for an element, then default is used instead.

Usage

merge_named_lists(list1, list2, default = character())

Arguments

list1

First list.

list2

Second list.