Store class that uses HTTP requests.
Read-only. Depends on the crul package.
Format
R6::R6Class inheriting from Store.
Details
For parallel operation, set the "pizzarr.parallel_backend" option to one of:
"future"if a future plan has been set upintegerif you would like a one-time use cluster created per callclusterobject created withparallel::make_cluster()if you want to reuse a cluster
Set the option "pizzarr.progress_bar" to TRUE to get a progress bar for long running reads.
For more, see vignette("parallel").
See also
Other Store classes:
DirectoryStore,
MemoryStore,
Store
Super class
pizzarr::Store -> HttpStore
Methods
Inherited methods
Method new()
Create a HttpStore object
Usage
HttpStore$new(url, options = NA, headers = NA)Method print()
Print a human-readable summary of the store.
