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