Safe Future Map2 - Parallel Two-Input with Auto-Recovery
s_future_map2(
.x,
.y,
.f,
...,
.options = NULL,
.env_globals = parent.frame(),
.progress = FALSE,
.id = NULL,
.session_id = NULL
)s_future_map2_chr(
.x,
.y,
.f,
...,
.options = NULL,
.env_globals = parent.frame(),
.progress = FALSE,
.id = NULL,
.session_id = NULL
)
s_future_map2_dbl(
.x,
.y,
.f,
...,
.options = NULL,
.env_globals = parent.frame(),
.progress = FALSE,
.id = NULL,
.session_id = NULL
)
s_future_map2_int(
.x,
.y,
.f,
...,
.options = NULL,
.env_globals = parent.frame(),
.progress = FALSE,
.id = NULL,
.session_id = NULL
)
s_future_map2_lgl(
.x,
.y,
.f,
...,
.options = NULL,
.env_globals = parent.frame(),
.progress = FALSE,
.id = NULL,
.session_id = NULL
)
s_future_map2_dfr(
.x,
.y,
.f,
...,
.options = NULL,
.env_globals = parent.frame(),
.progress = FALSE,
.id = NULL,
.session_id = NULL
)
s_future_map2_dfc(
.x,
.y,
.f,
...,
.options = NULL,
.env_globals = parent.frame(),
.progress = FALSE,
.id = NULL,
.session_id = NULL
)
A list.
Vectors of the same length.
A function, formula, or vector.
Additional arguments passed to .f.
A furrr_options object.
The environment to look for globals.
A single logical.
Optional name for ID column (dfr/dfc variants).
Character. Optional session ID.