This convinience function combines two: run_checks
and
analyze_run
. Check resuts are given to analyze function. If analyze
finds violations that exceed allowed threshold then process stops. Otherwise
function will return initial dataset and processing can be continued.
1 | run_checks_and_proceed(data, checks, condition)
|
data |
dataset that needs to be checked |
checks |
group of checks that needs to be applied to dataset |
condition |
user defined function that needs to take check results and return either TRUE or FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.