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