stopf {utilitiesR} | R Documentation |
stop(sprintf(...))
throw a formated error Essentially calls
stop(sprintf(...))
stopf(..., call. = TRUE, domain = NULL)
... |
arguments to sprintf |
call. |
logical, indicating if call should become
part of the error message (see |
domain |
see |
Other debug: printf
,
tryCatch.W.E
, verbosePrint
,
verbosePrintf
, warningf