checkHTMLdir {statcheck} | R Documentation |
Extract statistics from folders with PDF/HTML articles and recalculate p-values
Description
These functions search for NHST results in all PDF and/or HTML articles in a
certain folder and send the extracted statistics to statcheck
.
Usage
checkHTMLdir(dir, subdir = TRUE, extension = TRUE, ...)
checkPDFdir(dir, subdir = TRUE, ...)
checkdir(dir, subdir = TRUE, ...)
Arguments
dir |
String indicating the directory to be used. If this is left empty, a window will pop up from which you can choose a directory. |
subdir |
Logical. Indicates whether you also want to check subfolders. Defaults to TRUE |
extension |
Logical. Indicates whether the HTML extension should be checked. Defaults to TRUE |
... |
Arguments sent to |
Value
A statcheck data frame with the extracted statistics. See
statcheck
for details.
[Package statcheck version 1.5.0 Index]