powered by
Compact display of a Zarr array
# S3 method for zarr_array str(object, ...)
A zarr_array instance.
zarr_array
Ignored.
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