print.shard_deep_shared: Print a Deep-Shared Object

View source: R/share.R

print.shard_deep_sharedR Documentation

Print a Deep-Shared Object

Description

Print a Deep-Shared Object

Usage

## S3 method for class 'shard_deep_shared'
print(x, ...)

Arguments

x

A shard_deep_shared object.

...

Ignored.

Value

The input x, invisibly.

Examples


lst <- list(a = 1:10, b = 11:20)
shared <- share(lst, deep = TRUE, min_bytes = 1)
print(shared)
close(shared)


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