Print Method for checktor_category_result Objects
Source:R/checktor-classes.R
print.checktor_category_result.RdPrint Method for checktor_category_result Objects
Usage
# S3 method for class 'checktor_category_result'
print(x, ...)Examples
pkg <- example_diagnose_scenario("code_examples/tf_usage_bad.R",
show_content = FALSE)
print(diagnose_code_issues(pkg, verbose = FALSE))
#> ── Diagnostic Category Results ─────────────────────────────────────────────────
#> ! 1 of 15 checks failed
#> Failed checks:
#> tf_usage: 7 issues