s_future_map(
.x,
.f,
...,
.options = NULL,
.env_globals = parent.frame(),
.progress = FALSE,
.id = NULL,
.session_id = NULL
)s_future_map_chr(
.x,
.f,
...,
.options = NULL,
.env_globals = parent.frame(),
.progress = FALSE,
.id = NULL,
.session_id = NULL
)
s_future_map_dbl(
.x,
.f,
...,
.options = NULL,
.env_globals = parent.frame(),
.progress = FALSE,
.id = NULL,
.session_id = NULL
)
s_future_map_int(
.x,
.f,
...,
.options = NULL,
.env_globals = parent.frame(),
.progress = FALSE,
.id = NULL,
.session_id = NULL
)
s_future_map_lgl(
.x,
.f,
...,
.options = NULL,
.env_globals = parent.frame(),
.progress = FALSE,
.id = NULL,
.session_id = NULL
)
s_future_map_dfr(
.x,
.f,
...,
.options = NULL,
.env_globals = parent.frame(),
.progress = FALSE,
.id = NULL,
.session_id = NULL
)
s_future_map_dfc(
.x,
.f,
...,
.options = NULL,
.env_globals = parent.frame(),
.progress = FALSE,
.id = NULL,
.session_id = NULL
)