Mirrors .report_api_error() but for tryCatch(warning = ...) handlers.
Emits, in order:
Usage
.report_api_warning(w, hint = NULL, args = list())Arguments
- w
warning condition (the
wfromfunction(w)intryCatch).- hint
character. Same semantics as
.report_api_error()'shint. IfNULL, defaults to "Request emitted a warning".- args
optional named list of caller arguments to dump.
