convert bitfactor to integer, numeric and character
1 2 3 4 5 6 7 8 9 10 11 | ## S3 method for class 'bitfactor'
as.integer(x, ...)
## S3 method for class 'bitfactor'
as.double(x, ...)
## S3 method for class 'bitfactor'
as.character(x, ...)
## S3 method for class 'bitfactor'
length(x, ...)
|
x |
bitfactor |
... |
ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.