| .report_api_warning | R Documentation |
Mirrors .report_api_error() but for tryCatch(warning = ...) handlers.
Emits, in order:
.report_api_warning(w, hint = NULL, args = list())
w |
warning condition (the |
hint |
character. Same semantics as |
args |
optional named list of caller arguments to dump. |
A timestamped friendly hint (brace-interpolated against the caller env),
A dump of the function call's arguments,
The actual warning message (conditionMessage(w)).
Invisibly NULL. Called for its side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.