HSDSDataset {rhdf5client}R Documentation

Construct an object of type HSDSDataset A HSDSDataset is a representation of a dataset in a HDF5 file.

Description

Construct an object of type HSDSDataset A HSDSDataset is a representation of a dataset in a HDF5 file.

Usage

HSDSDataset(file, path)

Arguments

file

An object of type HSDSFile which hosts the dataset

path

The complete intrafile path to the dataset

Value

An initialized object of type HSDSDataset

Examples

src <- HSDSSource('http://hsdshdflab.hdfgroup.org')
f <- HSDSFile(src, '/home/spollack/testzero.h5')
d <- HSDSDataset(f, '/grpA/grpAB/dsetX')

[Package rhdf5client version 1.12.0 Index]