Description Usage Arguments Value
Make a new 'R2PptxPresentation'. Presentations represent PowerPoint decks.
1 2 3 4 | new_presentation(
template_path = getOption("default_pptx_template"),
slides = list()
)
|
template_path |
character. Path of the file that has the PowerPoint template to use. Defaults to path set in 'options("default_pptx_template")' |
slides |
list. Optional. List of slides to initiate the presentation with. |
An object of class R2PptxPresentation
representing a future
PowerPoint presentation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.