Skip to contents

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.

Usage

spell_check_evaluation(path = ".", students = NULL, use_wordlist = TRUE)

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 is FALSE.