gp | R Documentation |
To see the results, just print it to the screen.
gp(
path = ".",
checks = all_checks(),
extra_preps = NULL,
extra_checks = NULL,
quiet = TRUE
)
path |
Path to a package root. |
checks |
Character vector, the checks to run. Defaults to
all checks. Use |
extra_preps |
Custom preparation functions. See
|
extra_checks |
Custom checks. See |
quiet |
Whether to suppress output from the preparation
functions. Note that not all preparation functions produce output,
even if this option is set to |
A goodpractice object that you can query
with a simple API. See results
to start.
path <- system.file("bad1", package = "goodpractice")
# run a subset of all checks available
g <- gp(path, checks = all_checks()[3:16])
g
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.