HSDSDataset {rhdf5client} | R Documentation |
Construct an object of type HSDSDataset A HSDSDataset is a representation of a dataset in a HDF5 file.
HSDSDataset(file, path)
file |
An object of type HSDSFile which hosts the dataset |
path |
The complete intrafile path to the dataset |
An initialized object of type HSDSDataset
src <- HSDSSource('http://hsdshdflab.hdfgroup.org') f <- HSDSFile(src, '/home/spollack/testzero.h5') d <- HSDSDataset(f, '/grpA/grpAB/dsetX')