Join elements of list a from list b

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