| shared_info | R Documentation |
Get Information About a Shared Object
shared_info(x)
x |
A |
A named list with fields path, backing, size,
readonly, class_info, and segment_info.
shared <- share(1:100)
shared_info(shared)
close(shared)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.