powered by
Coerce to booltype (generic)
# S3 method for default as.booltype(x, booltype = "logical", ...)as.booltype(x, booltype, ...)
as.booltype(x, booltype, ...)
x coerced to booltype
x
booltype
object to coerce
target booltype given as integer or as character
further arguments
as.booltype(default): default method for as.booltype
as.booltype(default)
CoercionToStandard, booltypes, booltype, is.booltype
CoercionToStandard
booltypes
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")
Run the code above in your browser using DataLab