eha_pptx_template: Open EHA Powerpoint templte

View source: R/eha_pptx_template.R

eha_pptx_templateR Documentation

Open EHA Powerpoint templte

Description

Open avenir, classic, and predict powerpoint templates. Providing no arguments will open all six templates. Providing either an aspect or a template will return all the corresponding templates. For example, if classic is provided to template, then classic 16x9 and classic 4x3 will be opened.

Usage

eha_pptx_template(
  template = c("classic", "avenir", "predict"),
  aspect = c("16x9", "4x3"),
  outdir = "./",
  recursive = TRUE
)

Arguments

template

String. Either classic or avenir. Defines the template to be use.

aspect

String. Either 16x9 or 4x3. Defines the aspect ratio of the slides

outdir

String. Where should files be copied to before opening?

recursive

Logical. Should elements of the path other than the last be created? If true, like the Unix command mkdir -p. See dir.create

Value

pptx

Examples

#open all the templates
## Not run: eha_pptx_template()


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