try_ | R Documentation |
Try execute function which might throw exception.
try_(expr, silent = TRUE)
expr |
Function which should be executed. |
silent |
Logical value: if TRUE, the error message is not shown. |
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.