Learn R Programming

markmyassignment (version 0.6.1)

mark_my_assignment: Mark assignment in global environment

Description

Mark assignment in global environment.

Usage

mark_my_assignment(tasks = NULL, mark_file = NULL,
  force_get_tests = FALSE, quiet = FALSE, reporter = NULL)

Arguments

tasks

Which task should be corrected (if more than one). Default is all. To see the different task, see show_tasks.

mark_file

Argument is deprecated, use mark_my_file instead.

force_get_tests

Force download of test files before marking of assignments. Default is FALSE.

quiet

Should test be run without output?

reporter

to use. Default is the 'summary' or specified in assignment yml file.

Examples

Run this code
# NOT RUN {
assignment_path <- 
 paste0(system.file(package = "markmyassignment"), "/extdata/example_assignment01.yml")
set_assignment(assignment_path)
source(paste0(system.file(package = "markmyassignment"), "/extdata/example_lab_file.R"))
mark_my_assignment()

# }

Run the code above in your browser using DataLab