Stop, log, and no call
Wrapper around base::stop()
that logs the error message and then stops with call.=FALSE by default.
halt(..., call. = FALSE)
...
: arguments passed to stop
call.
: logical: print the call? Default is FALSE
, unlike stop
Nothing. Raises an error.
Useful links