checkHTML: Extract statistics from PDF/HTML articles and recalculate p-values
Description
These functions search for NHST results in PDF and/or HTML articles and send
the extracted statistics to statcheck
.
Usage
checkHTML(files, ...)checkPDF(files, ...)
Value
A statcheck data frame with the extracted statistics. See
statcheck
for details.
Arguments
- files
Vector of strings containing file paths to HTML files to check.
- ...
Arguments sent to statcheck
.