chapter_pdf {iheiddown} | R Documentation |
This function can be used in the header of each constituent chapter of an IHEID thesis to output a draft version of the chapter for proofreading or sending to your supervisor.
chapter_pdf(input, ...)
input |
Rmd input file that will be processed by the function. |
... |
Instructions passed to the function from a correctly specified .Rmd document |
A modified pdf_document
based on the IHEID Thesis LaTeX
template
## Not run:
knit: iheiddown::chapter_pdf
## End(Not run)