Learn R Programming

markmyassignment (version 0.6.1)

set_assignment: Set assignment to mark

Description

Sets the assignment to mark. Behind the scenes it download the test suite for the assignment.

Usage

set_assignment(path, auth_token = NULL)

Arguments

path

Path to the yml file

auth_token

Authorization token (for github). Not implemented.

Examples

Run this code
# 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