mark_my_dir {markmyassignment} | R Documentation |
Mark assignments in a directory
Description
Marks assignments in a directory. Stores the results.
Usage
mark_my_dir(
directory,
tasks = NULL,
assignment_path = NULL,
force_get_tests = FALSE,
quiet = 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 |
assignment_path |
Assignment file to set before marking the assignment (url or local path). |
force_get_tests |
Argument is deprecated, use |
quiet |
Should test be run without output? |
... |
further arguments sent to |
[Package markmyassignment version 0.8.8 Index]