h5constants {rhdf5} | R Documentation |
Access to HDF5 constants.
h5const(type = "") h5constType() h5default(type = "")
type |
A character name of a group of constants. |
These functions provide a list of HDF5 constants that are defined in the R
package. h5constType
provides a list of group names and
h5const
gives the constants defined within a group. h5default
gives the default choice for each group.
A character vector with names of HDF5 constants or groups.
Bernd Fischer
h5constType()[1] h5const(h5constType()[1])