| print.shard_segment | R Documentation |
Print a Shared Memory Segment
## S3 method for class 'shard_segment'
print(x, ...)
x |
A |
... |
Ignored. |
The input x, invisibly.
seg <- segment_create(1024)
print(seg)
segment_close(seg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.