techreport_pdf {ratlas} | R Documentation |
This is a function called in the output of the yaml of the Rmd file to specify using the standard DLM tech report pdf document formatting.
techreport_pdf(apa6 = FALSE, ...)
apa6 |
Should the old |
... |
Arguments to be passed to |
A modified pdf_document2
with the standard tech report formatting.
## Not run:
output: ratlas::techreport_pdf
## End(Not run)