| dim.shard_buffer | R Documentation |
Dimensions of a Shared Memory Buffer
## S3 method for class 'shard_buffer'
dim(x)
x |
A |
An integer vector of dimensions, or NULL for 1-D buffers.
buf <- buffer("double", dim = c(4, 5))
dim(buf)
buffer_close(buf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.