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: tryCatch.W.E
,
verbosePrint
, verbosePrintf
,
warningf