Learn R Programming

shard (version 0.1.0)

print.shard_shared: Print a Shared Object

Description

Print a Shared Object

Usage

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

Value

The input x, invisibly.

Arguments

x

A shard_shared object.

...

Ignored.

Examples

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

Run the code above in your browser using DataLab