#' Read from a hierarchical Zarr array store.
#'
#' @param store The filename, a MutableMapping, or a Zarr storage class.
#'
#' @export
#'
#' @examples
#' \dontrun{
#' ad <- read_zarr("...")
#' }
read_zarr <- function(store) {
read_zarr(
store = store
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.