warn {startup} | R Documentation |
Produce a warning
Description
Produce a warning
Usage
warn(..., call. = FALSE, immediate. = TRUE, domain = NULL)
Arguments
... , domain |
The message and optionally the domain used for translation. The ... arguments are passed to base::sprintf to create the message string. |
call. |
If base::TRUE, the call is included in the warning message, otherwise not. |
immediate. |
If base::TRUE, the warning is outputted immediately, otherwise not. |
[Package startup version 0.22.0 Index]