powered by
Sets the assignment to mark. Behind the scenes it download the test suite for the assignment.
set_assignment(path, auth_token = NULL)
Path to the yml file
Authorization token (for github). Not implemented.
# NOT RUN { assignment_path <- path <- paste0(system.file(package = "markmyassignment"), "/extdata/example_assignment01.yml") set_assignment(assignment_path) # }
Run the code above in your browser using DataLab