problemset_pdf: Creates an R Markdown PDF Problem Set document

View source: R/problemset_pdf.R

problemset_pdfR Documentation

Creates an R Markdown PDF Problem Set document

Description

This is a function called in output in the YAML of the driver Rmd file to specify using the IHEID Problem Set LaTeX template file.

Usage

problemset_pdf(input, ...)

Arguments

input

The name of the .Rmd file to serve as input.

...

Instructions passed to the function from a correctly specified .Rmd document

Value

A modified pdf_document based on the IHEID Problem Set LaTeX template, automatically named by course and date.

Examples

## Not run: 
output:
  iheiddown::problemset_pdf:
    input: "Untitled.Rmd"
    # Replace with whatever the name of this file is, e.g. "MINT001.Rmd"

## End(Not run)

iheiddown documentation built on Nov. 10, 2022, 5:52 p.m.