Returns the path or name of the buffer's underlying segment. Use this to pass buffer location to workers.
Examples
# \donttest{
buf <- buffer("double", dim = 10)
buffer_path(buf)
#> [1] "/shd19f2_6a7e715f_6a7e716b"
buffer_close(buf)
# }
Returns the path or name of the buffer's underlying segment. Use this to pass buffer location to workers.
# \donttest{
buf <- buffer("double", dim = 10)
buffer_path(buf)
#> [1] "/shd19f2_6a7e715f_6a7e716b"
buffer_close(buf)
# }