Learn R Programming

hdf5r (version 1.3.3)

h5types: These are all types that are used in HDF5

Description

HDF5 provides many native datatypes. These are all stored in the h5types environment. An overview of all available types can be seen using h5types$overview. Any specific type can be accessed using the $-operator. See also the examples below.

Arguments

Examples

Run this code
# NOT RUN {
h5types$overview
h5types$H5T_NATIVE_INT
h5types$H5T_NATIVE_DOUBLE
# }

Run the code above in your browser using DataLab