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

is.booltype

Testing for boolean types


Description

All booltypes including logical except 'nobool' types are considered 'is.booltype'.

Usage

is.booltype(x)

is.bit(x)

is.bitwhich(x)

is.which(x)

is.hi(x)

is.ri(x)

Arguments

x

an R object

Value

logical scalar

Functions

  • is.bit: tests for bit

  • is.bitwhich: tests for bitwhich

  • is.which: tests for which

  • is.hi: tests for hi

  • is.ri: tests for ri

See Also

Examples

sapply(list(double(),integer(),logical(),bit(),bitwhich(),as.which(),ri(1,2,3)), is.booltype)

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.