powerpoint_presentation {rmarkdown} | R Documentation |
Format for converting from R Markdown to a PowerPoint presentation. Pandoc v2.0.5 or above is required.
powerpoint_presentation(toc = FALSE, fig_width = 5, fig_height = 4, fig_caption = TRUE, df_print = "default", smart = TRUE, keep_md = FALSE, md_extensions = NULL, reference_doc = "default", pandoc_args = NULL)
toc |
|
fig_width |
Default width (in inches) for figures |
fig_height |
Default width (in inches) for figures |
fig_caption |
|
df_print |
Method to be used for printing data frames. Valid values
include "default", "kable", "tibble", and "paged". The "default" method uses
|
smart |
Produce typographically correct output, converting straight quotes to curly quotes, — to em-dashes, – to en-dashes, and ... to ellipses. |
keep_md |
Keep the markdown file generated by knitting. |
md_extensions |
Markdown extensions to be added or removed from the
default definition or R Markdown. See the |
reference_doc |
Path to a PowerPoint template. |
pandoc_args |
Additional command line options to pass to pandoc |
R Markdown output format to pass to render