powered by
Return all check results in a data frame
results(gp)
gp output.
gp
Data frame, with columns:
The name of the check.
Logical, whether it has failed or not.
Other API: checks, failed_checks
checks
failed_checks
# NOT RUN { path <- system.file("bad1", package = "goodpractice") # run a subset of all checks available g <- gp(path, checks = all_checks()[3:16]) results(g) # }
Run the code above in your browser using DataLab