new_presentation {r2pptx} | R Documentation |
New Presentation
Description
Make a new 'R2PptxPresentation'. Presentations represent PowerPoint decks.
Usage
new_presentation(
template_path = getOption("default_pptx_template"),
slides = list()
)
Arguments
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. |
Value
An object of class R2PptxPresentation
representing a future
PowerPoint presentation.
[Package r2pptx version 0.1.0 Index]