Skip to contents

Read from a hierarchical Zarr array store.

Usage

read_zarr(store)

Arguments

store

The filename, a MutableMapping, or a Zarr storage class.

Examples

if (FALSE) { # \dontrun{
ad <- read_zarr("...")
} # }