listDatasets: Search inner file hierarchy for datasets

Description Usage Arguments Value Examples

View source: R/File.R

Description

The datasets in an HDF5 file are organized internally by groups. This routine traverses the internal group hiearchy, locates all datasets and prints a list of them. Note that if the file's group hiearchy is complex, this could be time-consuming.

Usage

1

Arguments

file

an object of type HSDSFile to be searched

Value

a list of inner-paths

Examples

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

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