halt {httpcache} | R Documentation |
Wrapper around base::stop()
that logs the error message and then stops
with call.=FALSE by default.
halt(..., call. = FALSE)
... |
arguments passed to |
call. |
logical: print the call? Default is |
Nothing. Raises an error.