| close.shard_shared | R Documentation |
Releases the shared memory segment. After closing, the shared object can no longer be accessed.
## S3 method for class 'shard_shared'
close(con, ...)
## S3 method for class 'shard_shared_vector'
close(con, ...)
## S3 method for class 'shard_deep_shared'
close(con, ...)
con |
A |
... |
Ignored. |
NULL (invisibly).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.