str.zarr_array: Compact display of a Zarr array

View source: R/array.R

str.zarr_arrayR Documentation

Compact display of a Zarr array

Description

Compact display of a Zarr array

Usage

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

Arguments

object

A zarr_array instance.

...

Ignored.

Examples

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

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