Learn R Programming

shard (version 0.1.0)

shared_info: Get Information About a Shared Object

Description

Get Information About a Shared Object

Usage

shared_info(x)

Value

A named list with fields path, backing, size, readonly, class_info, and segment_info.

Arguments

x

A shard_shared object.

Examples

Run this code
# \donttest{
shared <- share(1:100)
shared_info(shared)
close(shared)
# }

Run the code above in your browser using DataLab