Skip to contents

This function retrieves or prepares metadata for data stored in a Zarr format.

Usage

go_get_zarr(zarr, get = TRUE)

Arguments

zarr

A data frame containing details of the Zarr resource to process. Each row should correspond to a single Zarr resource.

get

Logical. If `TRUE`, retrieves data; if `FALSE`, returns metadata information.

Value

If `get = TRUE`, returns the requested data as a matrix. If `get = FALSE`, returns a data frame containing metadata information for the resource.

Examples

if (FALSE) { # \dontrun{
# Example usage (assuming `zarr` is a properly formatted data frame):
# result <- go_get_zarr(zarr, get = TRUE)
} # }