Internal function to send the fully qualified sql to the database and return the numerical result.
.processCheck(
connection,
connectionDetails,
check,
checkDescription,
sql,
outputFolder
)A dataframe containing the check results
A connection for connecting to the CDM database using the DatabaseConnector::connect(connectionDetails) function.
A connectionDetails object for connecting to the CDM database.
The data quality check
The description of the data quality check
The fully qualified sql for the data quality check
The folder to output logs and SQL files to.