h5const: HDF5 library constants.

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/H5constants.R

Description

Access to HDF5 constants.

Usage

1
2
3
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

1
2

Example output

[1] "H5F_ACC"
[1] "H5F_ACC_TRUNC" "H5F_ACC_EXCL" 

rhdf5 documentation built on Nov. 8, 2020, 6:56 p.m.