These functions search for NHST results in all PDF and/or HTML articles in a
certain folder and send the extracted statistics to statcheck
.
checkHTMLdir(dir, subdir = TRUE, extension = TRUE, ...)checkPDFdir(dir, subdir = TRUE, ...)
checkdir(dir, subdir = TRUE, ...)
A statcheck data frame with the extracted statistics. See
statcheck
for details.
String indicating the directory to be used. If this is left empty, a window will pop up from which you can choose a directory.
Logical. Indicates whether you also want to check subfolders. Defaults to TRUE
Logical. Indicates whether the HTML extension should be checked. Defaults to TRUE
Arguments sent to statcheck
.