Summarise Cheatrs

# S3 method for chtrs
summary(object, bad_files = FALSE, ...)

Arguments

object

output of catch_em().

bad_files

logical. Instead of the result matrix, should return instead the list of bad files (that did not compare / load)? Defaults to FALSE.

...

Not used.

Value

The input chtrs matrix, or a list of bad files (when bad_files = TRUE).

Examples

if (interactive()) { files <- choose.files() res <- catch_em(files) summary(res, bad_files = TRUE) }