Compact display of a Zarr object
Usage
# S3 method for class 'zarr'
str(object, ...)Examples
fn <- system.file("extdata", "africa.zarr", package = "zarr")
africa <- open_zarr(fn)
str(africa)
#> Zarr object with 1 array
Compact display of a Zarr object
# S3 method for class 'zarr'
str(object, ...)fn <- system.file("extdata", "africa.zarr", package = "zarr")
africa <- open_zarr(fn)
str(africa)
#> Zarr object with 1 array