Concatenates zero or moreArray objects into a singlearray. This operation will make a copy of its input; if you needthe behavior of a single Array but don't need asingle object, useChunkedArray.
Usage
concat_arrays(..., type=NULL)# S3 method for class 'Array'c(...)Arguments
- ...
zero or moreArray objects to concatenate
- type
An optional
typedescribing the desiredtype for the final Array.
Value
A singleArray