checkdirs: Extract statistics from folders with PDF/HTML articles and...

checkHTMLdirR 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 statcheck.

Value

A statcheck data frame with the extracted statistics. See statcheck for details.


statcheck documentation built on Jan. 23, 2023, 5:30 p.m.