powered by
Check if Object is Shared
is_shared(x)
A logical scalar: TRUE if x is a shared object, FALSE otherwise.
TRUE
x
FALSE
An object to check.
is_shared(1:10) # \donttest{ shared <- share(1:10) is_shared(shared) close(shared) # }
Run the code above in your browser using DataLab