Learn R Programming

rhdf5 (version 2.16.0)

h5listIdentifier: list all valid H5 identifier.

Description

A list of all valid H5 identifier. H5 objects should be closed after usage to release resources.

Usage

h5listIdentifier() h5validObjects()

Arguments

Value

h5validObjects returns a list of H5IdComponent objects. h5listIdentifier prints the valid identifiers on screen and returns NULL.

References

http://www.hdfgroup.org/HDF5

See Also

rhdf5

Examples

Run this code
h5createFile("ex_list_identifier.h5")

# create groups
h5createGroup("ex_list_identifier.h5","foo")

h5listIdentifier()
h5validObjects()

Run the code above in your browser using DataLab