| segment_path | R Documentation |
Get the path or name of a segment
segment_path(x)
x |
A shard_segment object |
The path string, or NULL for anonymous segments.
seg <- segment_create(1024, backing = "mmap")
segment_path(seg)
segment_close(seg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.