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