HSDSDataset: Construct an object of type HSDSDataset

Description Usage Arguments Details Value Examples

Description

A HSDSDataset is a representation of a dataset in a HDF5 file.

Usage

1

Arguments

file

An object of type HSDSFile which hosts the dataset

path

The complete intrafile path to the dataset

Details

This function is deprecated and will be defunct in the next release.

Value

An initialized object of type HSDSDataset

Examples

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

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