This is a short cut for if(verbose) message(x).
Arguments
- verbose
A logical. When
TRUEprint the message. WhenFALSEdo nothing.- message
a vector passed to
message().- linefeed
A logical. When
TRUEappend a newline character at the end of the message.