H5T_LOGICAL-class {hdf5r} | R Documentation |
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
.
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
Parameters
- id
Internal use only
Author(s)
Holger Hoefling
See Also
[Package hdf5r version 1.3.11 Index]