test_mysql: Utility function which switches on/off mysql testing

View source: R/testing.R

test_mysqlR Documentation

Utility function which switches on/off mysql testing

Description

Utility function which switches on/off mysql testing

Usage

test_mysql(value = NULL)

Arguments

value

Boolean (T/F or TRUE/FALSE)

Value

TRUE if mysql testing is on

Examples


#switch debugging on
test_mysql(TRUE)

#log something if debugging is on
if(test_mysql()) {
  print("mysql testing is on")
}


rcfgroup/clinconcept documentation built on Nov. 12, 2022, 2:40 a.m.