Wrapper function around message that allows to turn the printing of messages to standard out. on or off

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