concat_arrays | R Documentation |
Concatenates zero or more Array objects into a single array. This operation will make a copy of its input; if you need the behavior of a single Array but don't need a single object, use ChunkedArray.
concat_arrays(..., type = NULL)
## S3 method for class 'Array'
c(...)
... |
zero or more Array objects to concatenate |
type |
An optional |
A single Array
concat_arrays(Array$create(1:3), Array$create(4:5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.