extract_array: Access dataset backed by an HSDSArraySeed

Description Usage Arguments Value

Description

Access dataset backed by an HSDSArraySeed

Usage

1
2
## S4 method for signature 'HSDSArraySeed'
extract_array(x, index)

Arguments

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.)

Value

An array containing the data elements corresponding to the indices requested


sampoll/rhdf5client documentation built on June 4, 2019, 6:56 p.m.