| .processCheck | R Documentation |
Internal function to send the fully qualified sql to the database and return the numerical result.
.processCheck(
connection,
connectionDetails,
check,
checkDescription,
sql,
outputFolder
)
connection |
A connection for connecting to the CDM database using the DatabaseConnector::connect(connectionDetails) function. |
connectionDetails |
A connectionDetails object for connecting to the CDM database. |
check |
The data quality check |
checkDescription |
The description of the data quality check |
sql |
The fully qualified sql for the data quality check |
outputFolder |
The folder to output logs and SQL files to. |
A dataframe containing the check results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.