powered by
Sets the assignment to mark and downloads necessary files.
set_assignment(path, auth = NULL)remove_assignment()is_assignment_set()show_assignment()
remove_assignment()
is_assignment_set()
show_assignment()
Path to the yml file
Authorization object generated by httr::authenticate(). See authenticate and https://github.com/r-lib/httr/blob/master/demo/oauth2-github.r on details on how to use authenticate().
httr::authenticate()
authenticate
authenticate()
assignment_path <- file.path(system.file(package = "markmyassignment"), "/extdata/example_assignment01.yml") set_assignment(assignment_path)
Run the code above in your browser using DataLab