Returns true on success. Ranges are 0-based, exclusive stop.
Data must be a flat vector in C-order (row-major).
Usage
zarrs_set_subset(store_url, array_path, ranges, data, 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).
- data
R vector (numeric, integer, or logical).
- concurrent_target
Optional codec concurrency override.