powered by
Returns the path or name of the buffer's underlying segment. Use this to pass buffer location to workers.
buffer_path(x)
A character string with the path or name of the segment, or NULL if the segment is anonymous.
NULL
A shard_buffer object.
# \donttest{ buf <- buffer("double", dim = 10) buffer_path(buf) buffer_close(buf) # }
Run the code above in your browser using DataLab