listDatasets: Search inner file hierarchy for datasets

Description Usage Arguments Details 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

Details

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

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)

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