Description Usage Arguments Value
Access dataset backed by an HSDSArraySeed
1 2 | ## 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.