View source: R/mark_my_assignment.R
mark_my_assignment | R Documentation |
Mark assignment in global environment.
mark_my_assignment(
tasks = NULL,
mark_file = NULL,
force_get_tests = FALSE,
quiet = FALSE,
...
)
tasks |
Which task should be corrected (if more than one). Default is all.
To see the different task, see |
mark_file |
Argument is deprecated, use mark_my_file instead. |
force_get_tests |
Argument is deprecated, use |
quiet |
Should test be run without output? |
... |
further arguments sent to |
assignment_path <-
file.path(system.file(package = "markmyassignment"), "extdata", "example_assignment01.yml")
set_assignment(assignment_path)
source(file.path(system.file(package = "markmyassignment"), "extdata", "example_lab_file.R"))
mark_my_assignment()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.