Description Usage Arguments Examples
Prints the message to the console if the debug parameter has been set to TRUE.
1 | print_if_debug(message, object, debug = F)
|
message |
The messsage that should be printed in the console |
object |
The object to be printed to the console |
debug |
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.