Learn R Programming

markmyassignment (version 0.4.0)

show_tasks: Get the name of the tasks in the assignment.

Description

Get the name of the tasks in the assignment.

Usage

show_tasks()

Arguments

Examples

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

Run the code above in your browser using DataLab