| .recordResult | R Documentation |
Internal function to put the results of each quality check into a dataframe.
.recordResult(
result = NULL,
check,
checkDescription,
sql,
executionTime = NA,
warning = NA,
error = NA
)
result |
The result of the data quality check |
check |
The data quality check |
checkDescription |
The description of the data quality check |
sql |
The fully qualified sql for the data quality check |
executionTime |
The total time it took to execute the data quality check |
warning |
Any warnings returned from the server |
error |
Any errors returned from the server |
A dataframe containing the check results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.