eha_avenir_pptx: Avenir EHA powerpoint template

View source: R/eha_avenir_pptx.R

eha_avenir_pptxR Documentation

Avenir EHA powerpoint template

Description

Styles for eha rmarkdown ppt. Used with a template to create presentations that dynamically update with your data.

Usage

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
)

Arguments

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 ppt_layout to see name of master and layouts.

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

See Also

powerpoint_presentation, rpptx_document


ecohealthalliance/ehastyle documentation built on Jan. 28, 2023, 12:14 a.m.