test_mysql | R Documentation |
Utility function which switches on/off mysql testing
test_mysql(value = NULL)
value |
Boolean (T/F or TRUE/FALSE) |
TRUE if mysql testing is on
#switch debugging on test_mysql(TRUE) #log something if debugging is on if(test_mysql()) { print("mysql testing is on") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.