Learn R Programming

markmyassignment (version 0.3.0)

check_existance_tasks: Check that tasks exist in assignment.

Description

Checks that tasks that are inputted in mark_my_assignment exists. If not, a warning is produced.

Usage

check_existance_tasks(tasks, path = NULL)

Arguments

tasks
The task vector from mark_my_assignment.
path
Path to assignment file. Passed to read_assignment_yml.

Value

  • A warning message or nothing.