powered by
x2
x1
insert(xs1, xs2, elements)
list
character
xs2
xs1
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