| buffer_info | R Documentation |
Returns information about a buffer.
buffer_info(x)
x |
A shard_buffer object. |
A named list with buffer properties: type, dim,
n, bytes, backing, path, and readonly.
buf <- buffer("integer", dim = c(5, 5))
buffer_info(buf)
buffer_close(buf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.