HSDSDataset: Construct an object of type HSDSDataset

Description Usage Arguments Examples

View source: R/Dataset.R

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

Examples

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

sampoll/rhdf5client2 documentation built on May 24, 2019, 2:47 p.m.