Marks assignments in a directory. Stores the results.
mark_my_dir(
directory,
tasks = NULL,
assignment_path = NULL,
force_get_tests = FALSE,
quiet = FALSE,
...
)Directory with assignments files.
Which task should be corrected (if more than one). Default is all.
To see the different task, see show_tasks.
Assignment file to set before marking the assignment (url or local path).
Argument is deprecated, use set_assignment() instead.
Should test be run without output?
further arguments sent to test_dir().