Access to HDF5 constants.
h5const(type = "")
h5constType()
h5default(type = "")A character vector with names of HDF5 constants or groups.
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.
h5constType()[1]
#> [1] "H5F_ACC"
h5const(h5constType()[1])
#> [1] "H5F_ACC_TRUNC" "H5F_ACC_EXCL"