Skip to contents

Reads a Zarr file from a specified URL and extracts metadata and variable information.

Usage

read_zarr_file(URL, varname = NULL, id, varmeta = TRUE)

Arguments

URL

Character. The URL of the Zarr file.

varname

Character. Variable name to extract. Defaults to NULL.

id

Character. An identifier for the dataset.

varmeta

Logical. Whether to include variable metadata. Defaults to TRUE.

Value

A data frame with merged metadata and variable information.