Description Usage Arguments Examples
Prints the message to the console if the verbose parameter has been set to TRUE.
1  | print_if_verbose(message, verbose = F)
 | 
message | 
 The messsage that should be printed in the console  | 
verbose | 
 Prints to console only if T  | 
1  | print_if_verbose("Hello this is a verbose message", TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.