str.zarr_group: Compact display of a Zarr group

View source: R/group.R

str.zarr_groupR Documentation

Compact display of a Zarr group

Description

Compact display of a Zarr group

Usage

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

Arguments

object

A zarr_group instance.

...

Ignored.

Examples

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

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