powered by
Concatenate vectors into a chunked array
c2(x, y)
A chunked_array object
a vector or chunked_array object
Guangchuang Yu
Combine two vector or chunked_array objects into a single chunked_array without copying the underlying data.
a <- c2(1:100, 101:200) length(a) a[150]
Run the code above in your browser using DataLab