View source: R/powerpoint_presentation.R
powerpoint_presentation | R Documentation |
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,
incremental = 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 |
|
incremental |
|
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 of 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.