| as.logical.shard_buffer | R Documentation |
Coerce a Shared Memory Buffer to Logical
## S3 method for class 'shard_buffer'
as.logical(x, ...)
x |
A |
... |
Ignored. |
A logical vector with the buffer contents.
buf <- buffer("logical", dim = 5)
as.logical(buf)
buffer_close(buf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.