vmessage: Print userinfo.
Description
Wrapper function around message
that allows to turn the
printing of messages to standard out.
on or off
Usage
vmessage(userinfo, verbose = TRUE, sep = " ")
Arguments
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.
See Also
message
which this function wraps