| c2 | R Documentation |
Concatenate vectors into a chunked array
c2(x, y)
x |
a vector or chunked_array object |
y |
a vector or chunked_array object |
Combine two vector or chunked_array objects into a single chunked_array without copying the underlying data.
A chunked_array object
Guangchuang Yu
a <- c2(1:100, 101:200)
length(a)
a[150]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.