Description Usage Arguments Details Author(s) Examples
This function will print a message and stop execution of the code. This should only be used if the application should terminate.
1 | logger.severe(msg, ...)
|
msg |
the message that should be printed. |
... |
any additional text that should be printed. |
set logger.setQuitOnSevere(FALSE)
. To avoid terminating
the session. This is set by default to TRUE if interactive or running
inside Rstudio.
Rob Kooper
1 2 3 4 | ## Not run:
logger.severe('missing parameters')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.