is.booltype | R Documentation |
All booltypes()
including logical()
except 'nobool' types are considered
'is.booltype'.
is.booltype(x)
is.bit(x)
is.bitwhich(x)
is.which(x)
is.hi(x)
is.ri(x)
x |
an R object |
logical scalar
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()
booltypes()
, booltype()
, as.booltype()
sapply(
list(double(), integer(), logical(), bit(), bitwhich(), as.which(), ri(1, 2, 3)),
is.booltype
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.