| is_shared | R Documentation |
Check if Object is Shared
is_shared(x)
x |
An object to check. |
A logical scalar: TRUE if x is a shared object,
FALSE otherwise.
is_shared(1:10)
shared <- share(1:10)
is_shared(shared)
close(shared)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.