goodpractice (version 1.0.2)

failed_checks: Names of the failed checks

Description

Names of the failed checks

Usage

failed_checks(gp)

Arguments

gp

gp output.

Value

Names of the failed checks.

See Also

Other API: checks, results

Examples

Run this code
# NOT RUN {
path <- system.file("bad1", package = "goodpractice")
# run a subset of all checks available
g <- gp(path, checks = all_checks()[3:16])
failed_checks(g)
# }

Run the code above in your browser using DataLab