as.booltype.default {bit} | R Documentation |
Coerce to booltype (generic)
## Default S3 method: as.booltype(x, booltype = "logical", ...) as.booltype(x, booltype, ...)
x |
object to coerce |
booltype |
target |
... |
further arguments |
x
coerced to booltype
default
: default method for as.booltype
CoercionToStandard
, booltypes
, booltype
, is.booltype
as.booltype(0:1) as.booltype(0:1, "logical") as.booltype(0:1, "bit") as.booltype(0:1, "bitwhich") as.booltype(0:1, "which", maxindex=2) as.booltype(0:1, "ri")