powered by
Compact display of a regular chunk grid
# S3 method for chunk_grid_regular str(object, ...)
A chunk_grid_regular instance.
chunk_grid_regular
Ignored.
fn <- system.file("extdata", "africa.zarr", package = "zarr") africa <- open_zarr(fn) tas <- africa[["/tas"]] str(tas$chunking)
Run the code above in your browser using DataLab