| buffer_path | R Documentation |
Returns the path or name of the buffer's underlying segment. Use this to pass buffer location to workers.
buffer_path(x)
x |
A shard_buffer object. |
A character string with the path or name of the segment, or
NULL if the segment is anonymous.
buf <- buffer("double", dim = 10)
buffer_path(buf)
buffer_close(buf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.