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

View source: R/set_assignment.R

show_tasksR 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()


markmyassignment documentation built on May 29, 2024, 2:57 a.m.