Description Usage Arguments Value Functions
View source: R/canonical_forms.R
Check if a dataset is canonical
1 2 3 | is_canonical(x, form, verbose = TRUE)
check_canonical(x, form, behavior = c("warn", "stop", "inform"))
|
x |
a dataset |
form |
a CanonicalForm |
verbose |
print check results? |
behavior |
what to do if the dataset fails the check |
logical value indicating if the dataset is canonical
check_canonical
: check if a dataset is canonical and return the dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.