Skip to contents

Returns a named list with data (numeric, integer, or logical vector) and shape (integer vector). Ranges are 0-based, exclusive stop.

Usage

zarrs_get_subset(store_url, array_path, ranges, concurrent_target)

Arguments

store_url

Filesystem path or URL to the store root.

array_path

Path to the array within the store.

ranges

R list of length-2 integer vectors c(start, stop).

concurrent_target

Optional codec concurrency override.