join_list: Join elements of list a from list b

View source: R/system_utils.R

join_listR Documentation

Join elements of list a from list b

Description

Join elements of list a from list b

Usage

join_list(of_a, from_b, add_new = TRUE, replace = TRUE)

Arguments

of_a

list to replace

from_b

list with elements to take

add_new

add new elements if not existed

replace

TRUE replace elements with the same name


kklot/ktools documentation built on Aug. 13, 2024, 7:08 p.m.