| view_info | R Documentation |
Returns metadata about a view without forcing materialization.
view_info(v)
v |
A shard view. |
A named list with fields: dtype, dim, slice_dim,
rows, cols, layout, fast_path,
nbytes_est, and base_is_shared.
m <- share(matrix(1:20, nrow = 4))
v <- view_block(m, cols = idx_range(1, 2))
view_info(v)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.