Description Usage Arguments Value Examples
This is the primary way that checks are run programatically.
This runs the check in the check_env
environment, which
allows it to access properties about the CanonicalForm such as
canonical_col_names().
1 |
check |
a function to run |
cf |
a CanonicalForm object |
... |
additional arguments passed to the check function |
the return value of check
1 2 | cf <- extract_canonical_form(cars)
run_check("check_class", cf, x = cars)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.