Learn R Programming

adaptr (version 1.4.0)

stop0_warning0: stop() and warning() with call. = FALSE

Description

Used internally. Calls stop0() or warning() but enforces call. = FALSE, to suppress the call from the error/warning.

Usage

stop0(...)

warning0(...)

Arguments

...

zero or more objects which can be coerced to character (and which are pasted together with no separator) or a single condition object.