H5T_LOGICAL-class: Class for HDF5 logical datatypes. This is an enum with the 3 values FALSE, TRUE and NA mapped on values 0, 1 and 2.
Is transparently mapped onto a logical variable
Description
Inherits from class H5T.
Arguments
Value
Object of class H5T_LOGICAL.
Methods
new(include_NA = TRUE, id = NULL)
Create a logical datatype. This is
internally represented by an ENUM-type