checkAssignment: Check an assignment

Description Usage Arguments Value

View source: R/package.r

Description

Allows you to check your current progress on an assignment against a reference solution.

Usage

1
checkAssignment(name, path = getwd(), autoknit = TRUE, pkg)

Arguments

name

name of the assignment to check

path

optional path to your course project folder

autoknit

if TRUE your assignment Rmd files will automatically be re-knitted when you save changes

pkg

path to course package

Value

true if we don't find anything dodgy


whitwort/courseR documentation built on Sept. 6, 2019, 1:14 a.m.