Learn R Programming

shard (version 0.1.0)

print.shard_deep_shared: Print a Deep-Shared Object

Description

Print a Deep-Shared Object

Usage

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

Value

The input x, invisibly.

Arguments

x

A shard_deep_shared object.

...

Ignored.

Examples

Run this code
# \donttest{
lst <- list(a = 1:10, b = 11:20)
shared <- share(lst, deep = TRUE, min_bytes = 1)
print(shared)
close(shared)
# }

Run the code above in your browser using DataLab