shared_info: Get Information About a Shared Object

View source: R/share.R

shared_infoR Documentation

Get Information About a Shared Object

Description

Get Information About a Shared Object

Usage

shared_info(x)

Arguments

x

A shard_shared object.

Value

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

Examples


shared <- share(1:100)
shared_info(shared)
close(shared)


shard documentation built on April 3, 2026, 9:08 a.m.