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, ...)

Arguments

.x

A vector of NetCDF files.

.f

A function

...

Passed to .f

Value

  • argo_map(), argo_map_default(): A list() along .x with .f applied to each element.

  • argo_set_mapper(): The previous mapper.