Learn R Programming

zarr (version 0.2.0)

str.chunk_grid_regular: Compact display of a regular chunk grid

Description

Compact display of a regular chunk grid

Usage

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

Arguments

object

A chunk_grid_regular instance.

...

Ignored.

Examples

Run this code
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