Learn R Programming

cheatR (version 1.2.1-1)

summary.chtrs: Summarise Cheatrs

Description

Summarise Cheatrs

Usage

# 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

Run this code
# 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