Description Usage Arguments Value
RAVE Internal condition classes
1 2 3 4 5 6 7 8 9 10 11 12 13 | rave_condition(..., class = NULL, call = NULL, immediate. = TRUE, style = NULL)
rave_warn(..., class = NULL, call = NULL, immediate. = TRUE, style = "warn")
rave_error(..., class = NULL, call = NULL, immediate. = TRUE, style = "error")
rave_fatal(..., class = NULL, call = NULL, immediate. = TRUE, style = "fatal")
rave_info(..., class = NULL, call = NULL, immediate. = TRUE, style = "info")
rave_debug(..., class = NULL, call = NULL, immediate. = TRUE, style = "debug")
with_rave_handlers(expr, debug, info, warn, error, fatal, ...)
|
... |
messages of |
class |
condition class |
call |
call expression |
immediate. |
whether to fire condition immediately |
style |
styles to apply to text; choices are |
expr |
expression to evaluate |
debug, info, warn, error, fatal |
functions to capture signals |
rave_error
returns NULL
, others return
generated condition.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.