str.zarr: Compact display of a Zarr object

View source: R/zarr.R

str.zarrR Documentation

Compact display of a Zarr object

Description

Compact display of a Zarr object

Usage

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

Arguments

object

A zarr instance.

...

Ignored.

Examples

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

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