| view_block | R Documentation |
Create a contiguous block view
view_block(x, rows = NULL, cols = NULL)
x |
A shared (share()d) atomic matrix. |
rows |
NULL or idx_range(). |
cols |
NULL or idx_range(). |
A shard_view_block object representing the contiguous block slice.
m <- share(matrix(1:20, nrow = 4))
v <- view_block(m, cols = idx_range(1, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.