Compact display of a Zarr array
Usage
# S3 method for class 'zarr_array'
str(object, ...)Examples
fn <- system.file("extdata", "africa.zarr", package = "zarr")
africa <- open_zarr(fn)
tas <- africa[["/tas"]]
str(tas)
#> Zarr array: [float32] shape [160, 260, 12] chunk [80, 65, 12]