gp_check | R Documentation |
Wrapper of goodpractice gp
gp_check(path = ".", checks = all_checkers(), extra_preps = all_prepers(), extra_checks = all_extra_checkers(), quiet = TRUE)
path |
Path to a data analysis root. |
checks |
Character vector, the checks to run. Defaults to all checks. |
extra_preps |
Custom preparation functions. See
|
extra_checks |
Custom checks. |
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 checkers object that you can query
with a simple API. See results
to start.
check_results <- gp_check(path=system.file("scripts", package="checkers"), checks = "comments", extra_preps = list(scripts = prep_scripts), extra_checks = list(comments = check_well_commented)) check_results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.