h5listObjects | R Documentation |
A list of all valid HDF5 identifiers. 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, Mike Smith
h5File <- tempfile("ex_list_identifier.h5")
h5createFile(h5File)
# create groups
h5createGroup(h5File,"foo")
h5listIdentifier()
h5validObjects()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.