If any of the expressions in ... are not all FALSE,
stop is called, producing an error message indicating
the first of the elements of ... which were not false.
Usage
stopif(...)
Arguments
...
Any number of (logical) R expressions,
which should evaluate to TRUE.