estimate_document: Estimate document Format for creating a WashU estimate on...

View source: R/rmarkdown.R

estimate_documentR Documentation

Estimate document Format for creating a WashU estimate on School of Medicine letterhead

Description

Estimate document Format for creating a WashU estimate on School of Medicine letterhead

Usage

estimate_document(
  template = find_resource("template_resource", "estimate", "template.tex"),
  latex_engine = "xelatex",
  includes,
  ...
)

Arguments

template

Pandoc template to use for rendering. Passed value ignored in favor of default.

latex_engine

LaTeX engine for producing PDF output. Passed value ignored in favor of default.

includes

Named list of additional content to include within the document (typically created using the includes function).

...

Arguments to pdf_document


the-mad-statter/washu documentation built on May 11, 2023, 7:24 p.m.