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