
Issue 2023-W18 Highlights
R Weekly Highlights
00:00
How to Improve Error Handling in R and Python
In R or base R at least we use try catch to decide what action to take when a function throws an error. In Python the except exCEPT verb is the equivalent to the catch portion of R's try catch. And lately at catch brook we have been wrapping functions in her's safely function to capture error messages without our shiny apps disconnecting and actually making it possible to show the user the error message instead of someone having to check server logs.
Transcript
Play full episode