checks: List all checks performed

View source: R/api.R

checksR Documentation

List all checks performed

Description

List all checks performed

Usage

checks(gp)

Arguments

gp

gp output.

Value

Character vector of check names.

See Also

Other API: failed_checks(), results()

Examples

path <- system.file("bad1", package = "goodpractice")
# run a subset of all checks available
g <- gp(path, checks = all_checks()[3:16])
checks(g)

MangoTheCat/goodpractice documentation built on Sept. 5, 2022, 2 p.m.