Rdocumentation
powered by
Learn R Programming
emil (version 1.1-6)
warn.once: Print a warning message if not printed earlier
Description
To avoid flooding the user with identical warning messages, this function keeps track of which have already been shown.
Usage
warn.once(id, ...)
reset.warn.once()
Arguments
id
Warning message id. This is used internally to refer to the message.
...
Sent to
warning
.