print.shard_shared: Print a Shared Object

View source: R/share.R

print.shard_sharedR Documentation

Print a Shared Object

Description

Print a Shared Object

Usage

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

Arguments

x

A shard_shared object.

...

Ignored.

Value

The input x, invisibly.

Examples


shared <- share(1:10)
print(shared)
close(shared)


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