checks | R Documentation |
List all checks performed
checks(gp)
gp |
|
Character vector of check names.
Other API:
failed_checks()
,
results()
path <- system.file("bad1", package = "goodpractice")
# run a subset of all checks available
g <- gp(path, checks = all_checks()[3:16])
checks(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.