h5constants: HDF5 library constants.

h5constantsR Documentation

HDF5 library constants.

Description

Access to HDF5 constants.

Usage

h5const(type = "")

h5constType()

h5default(type = "")

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

Examples


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

grimbough/rhdf5 documentation built on April 16, 2024, 8:22 p.m.