Rdocumentation
powered by
Learn R Programming
markmyassignment (version 0.4.0)
mark_my_dir: Mark assignments in a directory
Description
Marks assignments in a directory. Stores the results.
Usage
mark_my_dir(directory, lab_file, tasks = NULL, force_get_tests = FALSE)
Arguments
directory
Directory with assignments files.
lab_file
Assignment file to set before marking the assignment (url or local path).
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.