# Basic usage - no configuration needed!
# result <- s_map(1:100, slow_function)
# Optional: customize for large operations
s_configure(batch_size = 50)
# Optional: customize for unstable operations
s_configure(retry_attempts = 5)
# \donttest{
# Use custom checkpoint directory (e.g., for testing)
s_configure(checkpoint_dir = tempdir())
# }
Run the code above in your browser using DataLab