str.chunk_grid_regular: Compact display of a regular chunk grid

View source: R/chunking_regular.R

str.chunk_grid_regularR Documentation

Compact display of a regular chunk grid

Description

Compact display of a regular chunk grid

Usage

## S3 method for class 'chunk_grid_regular'
str(object, ...)

Arguments

object

A chunk_grid_regular instance.

...

Ignored.

Examples

fn <- system.file("extdata", "africa.zarr", package = "zarr")
africa <- open_zarr(fn)
tas <- africa[["/tas"]]
str(tas$chunking)

zarr documentation built on Feb. 11, 2026, 5:07 p.m.