Skip to contents

The testable core of the CLI (no quit()). Missing files error by default.

Usage

retraction_scan(files, on_missing = c("error", "skip"), ...)

Arguments

files

Character vector of file paths.

on_missing

"error" (default) or "skip" (record as a file error).

...

Passed to check_file().

Value

A list: result (a retraction_result), n_errors (files that could not be scanned), and errors (a named list of error messages).