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


rhdf5client documentation built on Nov. 8, 2020, 5:55 p.m.