Evaluation of the student papers is done in the form of an Rmd file. This function finds all the evaluations in a directory and checks the spelling.
Arguments
- path
path to the top level directory of the evaluations.
- students
an optional character vector with student names. If given, only the evaluation of these students will be checked.
- use_wordlist
should a list of words be excluded from the spell check? The package contains a list of words that have typically appeared in the evaluations of the past. The names of the students will always be excluded from spell check, even if
use_wordlist
isFALSE
.