catch | R Documentation |
Try execute function which might throw exception.
catch(value, catchfn)
value |
Value which might be exception. |
catchfn |
Function which will be called when expr throw exception with error message as argument. |
return value if expr don't throw, or exception if it throw.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.