Several operations in argodata require iteration over many NetCDF files. Users may wish to use parallel processing and/or display progress during these operations; these functions allow custom mappers and/or progress handlers to be set.
argo_map(.x, .f, ...)
argo_set_mapper(.f)
argo_map_default(.x, .f, ...)A vector of NetCDF files.
A function
Passed to .f
argo_map(), argo_map_default(): A list() along .x with
.f applied to each element.
argo_set_mapper(): The previous mapper.