Description Usage Arguments Details Value Examples
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.
1 |
file |
an object of type HSDSFile to be searched |
This function is deprecated and will be defunct in the next release.
a list of inner-paths
1 2 3 | src <- HSDSSource('http://hsdshdflab.hdfgroup.org')
f <- HSDSFile(src, '/home/spollack/testzero.h5')
listDatasets(f)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.