H5T_LOGICAL-class: Class for HDF5 logical datatypes. This is an enum with the 3...

H5T_LOGICAL-classR 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

H5T, H5T_ENUM


hdf5r documentation built on Jan. 22, 2023, 1:12 a.m.