Description Usage Arguments Value Author(s) References See Also Examples
A list of all valid H5 identifier. H5 objects should be closed after usage to release resources.
1 2 | h5listIdentifier()
h5validObjects(native = FALSE)
|
native |
An object of class |
.
h5validObjects
returns a list of H5IdComponent
objects. h5listIdentifier
prints the valid identifiers on screen and returns NULL.
Bernd Fischer
https://portal.hdfgroup.org/display/HDF5
rhdf5
1 2 3 4 5 6 7 | h5createFile("ex_list_identifier.h5")
# create groups
h5createGroup("ex_list_identifier.h5","foo")
h5listIdentifier()
h5validObjects()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.