View source: R/eha_pptx_template.R
eha_pptx_template | R Documentation |
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.
eha_pptx_template( template = c("classic", "avenir", "predict"), aspect = c("16x9", "4x3"), outdir = "./", recursive = TRUE )
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 |
pptx
#open all the templates ## Not run: eha_pptx_template()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.