warningf {utilitiesR} | R Documentation |
warning(sprintf(...))
throw a formatted warning. Essentially calls
warning(sprintf(...))
warningf(..., call. = TRUE, immediate. = FALSE, domain = NULL)
... |
arguments to sprintf |
call. |
logical, indicating if call should become
part of the warning message (see
|
immediate. |
logical, indicating of the call should
be output immediately, even if
|
domain |
see |
See warning
for explanation of
parameters.
Other debug: stopf
,
tryCatch.W.E
, verbosePrint
,
verbosePrintf