Summarise Cheatrs
# S3 method for chtrs summary(object, bad_files = FALSE, ...)
object | output of |
---|---|
bad_files | logical. Instead of the result matrix, should return instead
the list of bad files (that did not compare / load)? Defaults to |
... | Not used. |
The input chtrs
matrix, or a list of bad files (when bad_files = TRUE
).
if (interactive()) { files <- choose.files() res <- catch_em(files) summary(res, bad_files = TRUE) }