powered by
Print a Deep-Shared Object
# S3 method for shard_deep_shared print(x, ...)
The input x, invisibly.
x
A shard_deep_shared object.
shard_deep_shared
Ignored.
# \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