A wrapper on message
that, given the input to quiet
, generates the message(s) in ...
or not.
messageq(..., quiet = FALSE, domain = NULL, appendLF = TRUE)
zero or more objects that can be coerced to character
and are concatenated with no separator added, or a single condition object. See message
.
logical
indicator if the message should be generated.
The domain for the translation. If NA
, messages will not be translated. See message
and gettext
.
logical
indicator if messages given as a character
string should have a newline appended. See message
.
A message is given, and NULL
returned.