Safe Map2 - Drop-in Replacement for purrr::map2 with Auto-Recovery
Source:R/safe_map_all.R
s_map2.RdSafe Map2 - Drop-in Replacement for purrr::map2 with Auto-Recovery
Usage
s_map2(.x, .y, .f, ..., .id = NULL, .session_id = NULL)
s_map2_chr(.x, .y, .f, ..., .id = NULL, .session_id = NULL)
s_map2_dbl(.x, .y, .f, ..., .id = NULL, .session_id = NULL)
s_map2_int(.x, .y, .f, ..., .id = NULL, .session_id = NULL)
s_map2_lgl(.x, .y, .f, ..., .id = NULL, .session_id = NULL)
s_map2_dfr(.x, .y, .f, ..., .id = NULL, .session_id = NULL)
s_map2_dfc(.x, .y, .f, ..., .id = NULL, .session_id = NULL)