l_left_join: Merge 2 lists

View source: R/utils.R

l_left_joinR Documentation

Merge 2 lists

Description

left join , the first list is updated by the seond one

Usage

l_left_join(base_list, overlay_list, recursive = TRUE)

Arguments

base_list

list to update

overlay_list

list used to update the first list

recursive

logical if TRUE do the merge in depth

Value

list


ggPMX documentation built on July 9, 2023, 7:45 p.m.