ggPMX (version 0.9.4)

l_left_join: 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