| is_shared | R Documentation |
Returns TRUE if x is an ALTREP object backed by shared memory
(created by share() or map_shared()), FALSE otherwise.
is_shared(x)
x |
an R object. |
TRUE or FALSE.
x <- 1:100
y <- share(x)
is_shared(y)
is_shared(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.