Description Usage Arguments Value Examples
Matches error type to stop or warning and produces the respective error and returns NULL.
1 | stopwarn(error = "warn", error.msg)
|
error |
one of 'warn' or 'stop'. Taken as warning if not 'stop'. |
error.msg |
string to parse as error message. |
error if 'error' == 'stop'; NULL and warning otherwise.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.