H5S_dataset {rhdf5client}R Documentation

extract elements from H5S_dataset

Description

extract elements from H5S_dataset

Usage

## S4 method for signature 'H5S_dataset,numeric,numeric'
x[i, j, ..., drop = FALSE]

Arguments

x

instance of H5S_dataset

i

character string usable as select option for first matrix index in HDF5 server value API

j

character string usable as select option for second matrix index in HDF5 server value API

...

unused

drop

logical defaults to FALSE

Value

matrix of data obtained

Slots

source

instance of H5S_source instance

simpleName

character string naming dataset

shapes

list including dimension information

hrefs

DataFrame of hrefs as defined in the API

allatts

list of all attributes

presel

string prepared for select operation in GET

transfermode

default "JSON" or "binary" for binary transfer


[Package rhdf5client version 1.2.3 Index]