| segment_info | R Documentation |
Get segment information
segment_info(x)
x |
A shard_segment object |
A named list with segment metadata including size, backing,
path, readonly, and owns.
seg <- segment_create(1024)
segment_info(seg)
segment_close(seg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.