| UC_pdf_document | R Documentation |
An R Markdown output format for PDF documents.
UC_pdf_document(
number_sections = FALSE,
toc = FALSE,
toc_depth = 2,
highlight_bw = FALSE,
in_header = NULL,
...
)
number_sections |
logical. Set to |
toc |
logical. set to |
toc_depth |
number of layers in TOC. |
highlight_bw |
set to |
in_header |
relative path to a tex formatting document included in the preamble.
If |
... |
other options passed to |
An rmarkdown::output_format object for rendering PDF
documents.
Saannidhya Rawat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.