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