abort: Aborts the current expression call
Description
Aborts the current expression call and returns to the top level prompt/browser
without signalling a condition.
Usage
"abort"(..., call.=TRUE, domain=NULL)
Arguments
...
(optional) Objects coerced to character
and pasted together without a separator, or a @condition object. If no object are given, no message is printed. call.
If TRUE
, the call is added to the message, otherwise not. domain
Used to translate the message (see gettext
()). If NA
, messages will not be translated. Details
There are still cases where one can "catch" the abort and undo it, cf. [1].