stop0_warning0 {adaptr} | R Documentation |
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. |
[Package adaptr version 1.4.0 Index]