h5const {rhdf5}R Documentation

HDF5 library constants.

Description

Access to HDF5 constants.

Usage

h5const     (type = "")
h5default   (type = "")
h5constType ()

Arguments

type

A character name of a group of constants.

Details

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.

Value

A character vector with names of HDF5 constants or groups.

Author(s)

Bernd Fischer

References

https://portal.hdfgroup.org/display/HDF5

See Also

rhdf5

Examples

h5constType()[1]
h5const(h5constType()[1])

[Package rhdf5 version 2.36.0 Index]