R purrr - possibly() and safely() - Error Handling
• possibly() and safely() transform functions into error-resistant versions that return default values or captured error objects instead of halting execution
• possibly() and safely() transform functions into error-resistant versions that return default values or captured error objects instead of halting execution