warningf {utilitiesR}R Documentation

throw a formatted warning. Essentially calls warning(sprintf(...))

Description

throw a formatted warning. Essentially calls warning(sprintf(...))

Usage

  warningf(..., call. = TRUE, immediate. = FALSE,
    domain = NULL)

Arguments

...

arguments to sprintf

call.

logical, indicating if call should become part of the warning message (see warning)

immediate.

logical, indicating of the call should be output immediately, even if getOption("warn")<=0

domain

see warning

Note

See warning for explanation of parameters.

See Also

warning, sprintf

Other debug: printf, stopf, tryCatch.W.E, verbosePrint


[Package utilitiesR version 2.0 Index]