HSDSDataset: Construct an object of type HSDSDataset A HSDSDataset is a...

Description Usage Arguments Value Examples

View source: R/Dataset.R

Description

Construct an object of type HSDSDataset 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

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

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