View source: R/validation-results.R
percent_pass_validation | R Documentation |
Gives the overall percentage of validation results that are passing.
percent_pass_validation(results)
results |
A list of 'dccvalidator' results, which are of the type 'check_pass', 'check_fail', or 'check_warn'. |
Percent of validation checks passed, rounded to the nearest whole number. Returns 0 if 'results' is 'NULL' or if all checks in 'results' are 'NULL'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.