new_presentation: New Presentation

Description Usage Arguments Value

View source: R/presentation.R

Description

Make a new 'R2PptxPresentation'. Presentations represent PowerPoint decks.

Usage

1
2
3
4
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.


r2pptx documentation built on Sept. 16, 2021, 1:07 a.m.