Description Usage Arguments Value See Also
Binary operator for terse error handling. If the left-hand-side results in an error, the right-hand-side handles it
an expression or a function, which is applied to the raised Error object.
1 | try_expression %except% catch_expression
|
try_expression |
Passed to |
catch_expression |
Passed to |
Result of try_expression or catch_expression.
tryCatch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.