latex_report function includes many features to customize your latex template and produce pdf report output.
latex_report( ..., keep_tex = TRUE, highlight = "tango", latex_engine = "xelatex", fig_caption = TRUE )
| ... | Arguments to |
|---|---|
| keep_tex | A Boolean toggle to select whether intermediate. Default value is TRUE |
| highlight | Syntax highlighting style. Default value is "tango". |
| latex_engine | LateX engine for producing PDF output. Default value is xelatex |
| fig_caption | TRUE to render figures with captions. |
R Markdown output format.