powered by
join two lists
listAppend(a, b)
the joined list
A list
Another list
This function joins two lists
a <- list(a = 1, b = 2) b <- list(c = 3, d = 4) listAppend(a, b)
Run the code above in your browser using DataLab