| results | R Documentation |
Return all check results in a data frame
results(gp)
gp |
|
Data frame, with columns:
check |
The name of the check. |
passed |
Logical, whether the check passed. |
Other API:
checks(),
failed_checks()
path <- system.file("bad1", package = "goodpractice")
# Run a subset of all checks available
g <- gp(path, checks = all_checks()[9:16])
results(g)
# Or run with named check groups
g <- gp(path, checks = checks_by_group("description", "namespace"))
results(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.