| materialize | R Documentation |
Alias for fetch(). Retrieves the R object from shared memory.
materialize(x)
## S3 method for class 'shard_shared'
materialize(x)
## Default S3 method:
materialize(x)
x |
A |
The original R object.
shared <- share(1:100)
data <- materialize(shared)
close(shared)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.