checkHTMLdir | R Documentation |
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, ...)
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 |
A statcheck data frame with the extracted statistics. See
statcheck
for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.