Main entry point for all safe mapping operations. Handles automatic checkpointing and recovery without user intervention.
.safe_execute(
data,
func,
session_id,
mode,
output_type,
.options = NULL,
.env_globals = NULL,
.progress = FALSE,
...
)Formatted results.
List of input data vectors.
Function to apply.
Optional character session ID (auto-generated if NULL).
Character operation mode.
Character output type for formatting.
furrr options (for parallel modes).
Environment for globals (for parallel modes).
Logical show progress (for parallel modes).
Additional arguments passed to func.