| buffer_close | R Documentation |
Closes the buffer and releases the underlying shared memory.
buffer_close(x, unlink = NULL)
x |
A shard_buffer object. |
unlink |
Whether to unlink the underlying segment. |
NULL, invisibly.
buf <- buffer("double", dim = 10)
buffer_close(buf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.