thesis_pdf: Creates an R Markdown PDF Thesis document

View source: R/thesis_pdf.R

thesis_pdfR Documentation

Creates an R Markdown PDF Thesis document

Description

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

Usage

thesis_pdf(input = ".", ...)

Arguments

input

Rmd input file that will be processed by the function.

...

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

Value

A modified pdf_document based on the IHEID Thesis LaTeX template

Examples

## Not run: 
knit: iheiddown::thesis_pdf

## End(Not run)

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