This function displays a message if the verbose parameter is set to TRUE.
It is useful for providing optional feedback to users during function execution.
info_msg(message, verbose)NULL (invisible). This function is used for side effects (displaying messages).
A character string containing the message to display.
Logical, if TRUE, the message is displayed; if FALSE, the message is suppressed.
Thomas Debray tdebray@fromdatatowisdom.com