Learn R Programming

shard (version 0.1.0)

segment_path: Get the path or name of a segment

Description

Get the path or name of a segment

Usage

segment_path(x)

Value

The path string, or NULL for anonymous segments.

Arguments

x

A shard_segment object

Examples

Run this code
# \donttest{
seg <- segment_create(1024, backing = "mmap")
segment_path(seg)
segment_close(seg)
# }

Run the code above in your browser using DataLab