| summary.chtrs | R Documentation |
Summarise Cheatrs
## S3 method for class '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).
Mattan S. Ben-Shachar
if (interactive()) {
files <- choose.files()
res <- catch_em(files)
summary(res, bad_files = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.