Learn R Programming

zarr (version 0.1.1)

str.zarr_array: Compact display of a Zarr array

Description

Compact display of a Zarr array

Usage

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

Arguments

object

A zarr_array instance.

...

Ignored.

Examples

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

Run the code above in your browser using DataLab