9 Error handling and debugging
this is error handling and debugging within the code, not in the process of getting code to production
- Building error handling into your R code
- Provide advice about aggressively eliminating warnings and messages so that you get clean logs, and that you can more easily spot differences
- Logging and debugging 👷
- logger or log4r
- logger or log4r
- Remote interactive debugging (wish list) 👷