init_homework: set variables and knitr hooks for dealing with homeworks

Description Usage Arguments Details

Description

This should be called in an introductory R block something like this: which currently is not shown well. Have to figure out how to do displayed code with roxygen.

Usage

1
init_homework(homework_name = "Unset")

Arguments

homework_name

The name you are giving to the homework set

Details

```{r setup, echo=FALSE, include=FALSE}} \code{rrhw::init_homework("Homework Set 3")} \code{```

in an R code block at the top of the Rmd file you are using this in.


eriqande/rrhw documentation built on May 16, 2019, 8:47 a.m.