halt: Stop, log, and no call

Description Usage Arguments Value

Description

Wrapper around base::stop() that logs the error message and then stops with call.=FALSE by default.

Usage

1
halt(..., call. = FALSE)

Arguments

...

arguments passed to stop

call.

logical: print the call? Default is FALSE, unlike stop

Value

Nothing. Raises an error.


httpcache documentation built on Jan. 13, 2021, 7:46 p.m.