This is a short cut for if(verbose) message(x)
.
Arguments
- verbose
A logical. When
TRUE
print the message. WhenFALSE
do nothing.- message
a vector passed to
message()
.- linefeed
A logical. When
TRUE
append a newline character at the end of the message.