powered by
All booltypes including logical except 'nobool' types are considered 'is.booltype'.
booltypes
logical
is.booltype(x)is.bit(x)is.bitwhich(x)is.which(x)is.hi(x)is.ri(x)
is.bit(x)
is.bitwhich(x)
is.which(x)
is.hi(x)
is.ri(x)
logical scalar
an R object
is.bit(): tests for bit
is.bit()
bit
is.bitwhich(): tests for bitwhich
is.bitwhich()
bitwhich
is.which(): tests for which
is.which()
which
is.hi(): tests for hi
is.hi()
hi
is.ri(): tests for ri
is.ri()
ri
booltypes, booltype, as.booltype
booltype
as.booltype
sapply(list(double(),integer(),logical(),bit(),bitwhich(),as.which(),ri(1,2,3)), is.booltype)
Run the code above in your browser using DataLab