| segment_close | R Documentation |
Close a shared memory segment
segment_close(x, unlink = NULL)
x |
A shard_segment object |
unlink |
Whether to unlink the underlying file/shm (default: FALSE for opened segments, TRUE for owned segments) |
NULL, invisibly.
seg <- segment_create(1024)
segment_close(seg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.