| is_shared_vector | R Documentation |
Check if an object is a shared vector
is_shared_vector(x)
x |
Any R object |
TRUE if x is a shard ALTREP vector, FALSE otherwise
seg <- segment_create(400)
segment_write(seg, 1:100, offset = 0)
x <- shared_vector(seg, "integer", length = 100)
is_shared_vector(x)
is_shared_vector(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.