Wrapper function around message
that allows to turn the
printing of messages to standard out.
on or off
vmessage(userinfo, verbose = TRUE, sep = " ")
userinfo | Vector of [string] element(s) and variables |
---|---|
verbose | [boolean] If TRUE message is displayed on standard out, if FALSE, message is suppressed. |
sep | Delimiter [string] to separate message elements when userinfo given as vector. |
message
which this function wraps