View source: R/chunking_regular.R
| str.chunk_grid_regular | R Documentation |
Compact display of a regular chunk grid
## S3 method for class 'chunk_grid_regular'
str(object, ...)
object |
A |
... |
Ignored. |
fn <- system.file("extdata", "africa.zarr", package = "zarr")
africa <- open_zarr(fn)
tas <- africa[["/tas"]]
str(tas$chunking)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.