Convert to a PowerPoint presentation
Format for converting from R Markdown to a PowerPoint presentation. Pandoc v2.0.5 or above is required.
powerpoint_presentation( toc = FALSE, toc_depth = 2, number_sections = FALSE, fig_width = 5, fig_height = 4, fig_caption = TRUE, df_print = "default", keep_md = FALSE, md_extensions = NULL, slide_level = NULL, reference_doc = "default", pandoc_args = NULL )
toc |
|
toc_depth |
Depth of headers to include in table of contents |
number_sections |
|
fig_width |
Default width (in inches) for figures |
fig_height |
Default height (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 a corresponding S3 method of |
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 |
slide_level |
The heading level which defines individual slides. By
default this is the highest header level in the hierarchy that is followed
immediately by content, and not another header, somewhere in the document.
This default can be overridden by specifying an explicit
|
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.