unshare | R Documentation |
Unshare a shared object. There will be no effect if the object is not shared.
unshare(x)
x |
a shared object, or an object that contains a shared object. |
An unshared object
x1 <- share(1:10)
x2 <- unshare(x1)
is.shared(x1)
is.shared(x2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.