View source: R/eha_avenir_pptx.R
eha_avenir_pptx | R Documentation |
Styles for eha rmarkdown ppt. Used with a template to create presentations that dynamically update with your data.
eha_avenir_pptx( aspect = "16x9", master = "EcoHealth Alliance", toc = FALSE, toc_depth = 2, fig_width = 9.4, fig_height = 4.24, fig_caption = TRUE, df_print = "default", keep_md = FALSE, smart = TRUE, md_extensions = NULL, slide_level = NULL, pandoc_args = NULL )
aspect |
String. Aspect ratio for power point slides. Either "16x9" or "4x3". Default is "16x9" |
master |
String. Name of slide master for template ppt.
Use |
toc |
Logical. Should the slides have a table of contents? Default is FALSE |
toc_depth |
Numeric. How many levels should the table of contents have. Default is 2. |
fig_width |
Numeric. Width of figures. Default is 9.4 |
fig_height |
Numeric. Height of figures. Default is 4.24 |
fig_caption |
Logical. Should figures have captions? Default is TRUE |
df_print |
String. Print data frames? Default is "default" |
keep_md |
Logical. Should markdown document be kept? Default is FALSE |
smart |
Logical. Produce typographically correct outs. Default is TRUE |
md_extensions |
String. Additional markdown extensions. Default is NULL |
slide_level |
Numeric. Defines the heading level that defines individual slides. Default is NULL |
pandoc_args |
Arguments to pass to pandoc |
powerpoint_presentation
, rpptx_document
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.