result <- tryCatch({ # Code that may generate an error }, error = function(e) { # Code to handle the error }, finally = { # Code to be executed regardless of whether an error occurred })
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter