Read the .zattrs file associated with a Zarr array or group
Source:R/read_metadata.R
read_zarr_attributes.Rd
Read the .zattrs file associated with a Zarr array or group
Arguments
- zarr_path
A character vector of length 1. This provides the path to a Zarr array or group of arrays. This can either be on a local file system or on S3 storage.
- s3_client
A list representing an S3 client. This should be produced by
paws.storage::s3()
.