Description Usage Arguments Value Examples
Run all the tests registered to CanonicalForm
1 | run_all_checks(x, cf)
|
x |
the object to check against, probably a data.frame or tibble |
cf |
a canonical_form |
a list of check_result objects
1 2 | cf <- extract_canonical_form(cars)
run_all_checks(cars, cf)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.