info_msg | R Documentation |
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)
message |
A character string containing the message to display. |
verbose |
Logical, if |
NULL (invisible). This function is used for side effects (displaying messages).
Thomas Debray tdebray@fromdatatowisdom.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.