| is_view | R Documentation |
View Predicates
is_view(x)
is_block_view(x)
x |
An object. |
Logical. TRUE if x is a shard view (or block view).
m <- share(matrix(1:20, nrow = 4))
v <- view_block(m, cols = idx_range(1, 2))
is_view(v)
is_block_view(v)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.