rhdf5 (version 2.16.0)

h5const: HDF5 library constants.

Description

Access to HDF5 constants.

Usage

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

Arguments

type
A character name of a group of constants.

Value

A character vector with names of HDF5 constants or groups.

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.

References

http://www.hdfgroup.org/HDF5

See Also

rhdf5

Examples

Run this code
h5constType()[1]
h5const(h5constType()[1])

Run the code above in your browser using DataLab