notes_pdf: R Markdown Notes Template (PDF)

Description Usage Arguments Value

View source: R/rmarkdown-templates.R

Description

Attribution: https://github.com/rstudio/rticles.

Usage

1
2
3
4
5
notes_pdf(..., keep_tex = TRUE, md_extensions = c("-autolink_bare_uris",
  "+header_attributes", "+auto_identifiers", "+fenced_code_blocks",
  "+fenced_code_attributes", "+fancy_lists", "+subscript", "+superscript",
  "+raw_tex", "+citations", "+inline_notes", "+footnotes", "+table_captions",
  "+pipe_tables"))

Arguments

...

Additional arguments to rmarkdown::pdf_document

keep_tex

Keep the intermediate tex file used in the conversion to PDF

md_extensions

Markdown extensions to be added or removed from the default definition or R Markdown. See the rmarkdown_format for additional details.

Value

R Markdown output format to pass to render


sboysel/boysel documentation built on May 29, 2019, 3:24 p.m.