Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

booltypes

Boolean types


Description

The ordered factor booltypes ranks the boolean types.

Usage

booltypes

Format

An object of class ordered (inherits from factor) of length 6.

Details

There are currently six boolean types, booltypes is an ordered vector with the following ordinal levels

nobool

non-boolean types

logical

for representing any boolean data including NA

bit

for representing dense boolean data

bitwhich

for representing sparse (skewed) boolean data

which

for representing sparse boolean data with few TRUE

ri

range-indexing, for representing sparse boolean data with a single range of TRUE

booltypes has a names attribute such that elements can be selected by name.

Note

do not rely on the internal integer codes of these levels, we might add-in hi later

See Also


bit

Classes and Methods for Fast Memory-Efficient Boolean Selections

v4.0.4
GPL-2 | GPL-3
Authors
Jens Oehlschlägel [aut, cre], Brian Ripley [ctb]
Initial release
2020-08-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.