## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>", out.width = "100%" ) ## ----------------------------------------------------------------------------- library(pizzarr) ## ----------------------------------------------------------------------------- path <- file.path(tempdir(), "example.zarr") # Create a persistent array backed by a DirectoryStore z <- zarr_open_array( store = path, mode = "w", shape = c(5, 10), chunks = c(5, 5), dtype = "