| length.shard_buffer | R Documentation |
Length of a Shared Memory Buffer
## S3 method for class 'shard_buffer'
length(x)
x |
A |
An integer scalar giving the total number of elements.
buf <- buffer("double", dim = 20)
length(buf)
buffer_close(buf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.