powered by
Compact display of a Zarr group
# S3 method for zarr_group str(object, ...)
A zarr_group instance.
zarr_group
Ignored.
fn <- system.file("extdata", "africa.zarr", package = "zarr") africa <- open_zarr(fn) root <- africa[["/"]] str(root)
Run the code above in your browser using DataLab