as.booltype.default | 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
as.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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.