powered by
Print a Shared Object
# S3 method for shard_shared print(x, ...)
The input x, invisibly.
x
A shard_shared object.
shard_shared
Ignored.
# \donttest{ shared <- share(1:10) print(shared) close(shared) # }
Run the code above in your browser using DataLab