extract_array {rhdf5client} | R Documentation |
Access dataset backed by an HSDSArraySeed
## S4 method for signature 'HSDSArraySeed' extract_array(x, index)
x |
An object of type HSDSArraySeed |
index |
A list of numeric vectors to be accessed, one vector for each dimension of the array object. A NULL vector indicates the entire range of indices in that dimension. A zero-length vector indicates no indices in the relevant dimension. (Accordingly, any zero-length vector of indices will result in an empty array being returned.) |
An array containing the data elements corresponding to the indices requested