show_tasks {markmyassignment}R Documentation

Get the name of the tasks in the assignment.

Description

Get the name of the tasks in the assignment.

Usage

show_tasks()

Examples

# We first set the assignment
assignment_path <- 
 file.path(system.file(package = "markmyassignment"), "extdata/example_assignment01.yml")
set_assignment(assignment_path)
 
show_tasks()


[Package markmyassignment version 0.8.8 Index]