Description Usage Arguments Examples
A wrapper around base try that allows you to set a custom message when an error/warning occurs.
attempt
returns the value if there is no error nor message.
1 |
expr |
the expression to be evaluated |
msg |
the message to return if an error occurs |
verbose |
wether or not to return to expression producing the error |
silent |
wether or not the error should be kept under silence |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.