Rdocumentation
powered by
Learn R Programming
markmyassignment (version 0.3.0)
mark_my_dir: Mark assignments in a directory
Description
Marks assignments in a directory. Stores the results.
Usage
mark_my_dir(directory, tasks = NULL, force_get_tests = FALSE)
Arguments
directory
Directory with assignments files.
tasks
Which task should be corrected (if more than one). Default is all. To see the different task, see
show_tasks
.
force_get_tests
Force download of test files before marking of assignments. Default is FALSE.