should_stop(expr)
Used in examples to illustrate when errors should occur.
should_stop(stop("Hi!")) should_stop(should_stop("Hi!")) [1] "Hi!"