Print Method for checktor_check_result Objects
Source:R/checktor-classes.R
print.checktor_check_result.RdPrint Method for checktor_check_result Objects
Usage
# S3 method for class 'checktor_check_result'
print(x, ...)Examples
res <- checktor_check_result(FALSE, c("foo.R:3", "bar.R:9"), "T/F usage")
print(res)
#> ✖ T/F usage: FAILED
#> Issues found:
#> • foo.R:3
#> • bar.R:9