Data quality reported in check resutls must be sufficient otherwise function
will raise error and stop program execution. Validation condition is given as
anonymous function into condition
1 | analyze_run(check_result, condition)
|
check_result |
list of check application outcomes ( |
condition |
function that takes check_result and returns TRUE / FALSE where TRUE means success and proceeds execution and FALSE halts execution |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.