| all_check_groups | R Documentation |
Returns the names of all registered check groups.
Use these names with checks_by_group() to select checks by group,
or with options(goodpractice.exclude_check_groups = ...) to skip
groups.
Full descriptions of each check group are return by
describe_check_groups().
all_check_groups()
A character vector of check group names.
# Names of all check groups:
all_check_groups()
# List individual checks by group:
chks <- lapply(all_check_groups(), checks_by_group)
names(chks) <- all_check_groups()
chks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.