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


ggPMXdevelopment/ggPMX documentation built on Dec. 11, 2023, 5:24 a.m.