techreport_pdf: Create an R Markdown PDF Document Tech Report

View source: R/render.R

techreport_pdfR Documentation

Create an R Markdown PDF Document Tech Report

Description

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.

Usage

techreport_pdf(apa6 = FALSE, ...)

Arguments

apa6

Should the old

...

Arguments to be passed to ⁠[bookdown::pdf_document2]⁠

Value

A modified pdf_document2 with the standard tech report formatting.

Examples

## Not run: 
output: ratlas::techreport_pdf

## End(Not run)

ratlas documentation built on April 4, 2025, 12:22 a.m.