powered by
xs2
xs1
insert(xs1, xs2, elements)
list
character
x1
x2
xs1 <- list(a=1, b=2) xs2 <- list(b=1, c=4) insert(xs1, xs2) insert(xs1, xs2, elements="c")
Run the code above in your browser using DataLab