list all valid H5 identifier.
A list of all valid H5 identifier. H5 objects should be closed after usage to release resources.
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
h5createFile("ex_list_identifier.h5") # create groups h5createGroup("ex_list_identifier.h5","foo") h5listIdentifier() h5validObjects()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.