Description Usage Arguments Details Value Author(s) References See Also Examples
Access to HDF5 constants.
1 2 3 |
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
https://portal.hdfgroup.org/display/HDF5
rhdf5
1 2 | h5constType()[1]
h5const(h5constType()[1])
|
[1] "H5F_ACC"
[1] "H5F_ACC_TRUNC" "H5F_ACC_EXCL"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.