as_narrow_bitmask | R Documentation |
Create bitmask buffers
as_narrow_bitmask(x, ...)
## Default S3 method:
as_narrow_bitmask(x, ...)
## S3 method for class 'narrow_bitmask'
as_narrow_bitmask(x, ...)
## S3 method for class 'logical'
as_narrow_bitmask(x, ...)
new_arrow_bitmask(buffer = raw())
## S3 method for class 'narrow_bitmask'
as.logical(x, ..., start = 1, end = NULL)
x |
An object to convert to a bitmask |
... |
Passed to S3 methods |
buffer |
A |
start, end |
Start and end indices (inclusive) to limit
when converting to |
An object with class 'narrow_bitmask'
as_narrow_bitmask(c(TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE))
as.logical(new_arrow_bitmask(0x01))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.