By default a gui window is opened that allows you to choose the directory (using tcltk).
checkdir(dir, subdir = TRUE, ...)
statcheck
.statcheck
for more details. This function is a wrapper around both checkPDFdir
for PDF files and checkHTMLdir
for HTML files.Depending on the PDF file the comparison operators (=/>) can sometimes not be converted correctly, causing these to not be reported in the output. Using html versions of articles is reccomended for more stable results.
Note that the conversion to plain text and extraction of statistics can result in errors. Some statistical values can be missed, especially if the notation is unconventional. It is recommended to manually check some of the results.
statcheck
, checkPDF
, checkHTMLdir
, checkHTML
, checkHTMLdir
# with this command a menu will pop up from which you can select the directory with articles
# checkdir()
# you could also specify the directory beforehand
# for instance:
# DIR <- "C:/mydocuments/articles"
# checkdir(DIR)
Run the code above in your browser using DataLab