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