system_rpt_add_slide function

Add Slide to a Powerpoint Report

Add Slide to a Powerpoint Report

Adds a slide to a ubiquity report.

system_rpt_add_slide( cfg, template = NULL, elements = NULL, rptname = "default" )

Arguments

  • cfg: ubiquity system object
  • template: Name of slide template to use
  • elements: List with content to populate placeholders in the slide. See the onbrand functions report_add_slide and add_pptx_ph_content for details on the expected format of this list.
  • rptname: Report name

Returns

ubiquity system object with the slide added to the specified report

See Also

report_add_slide, add_pptx_ph_content, and Reporting vignette (vignette("Reporting", package = "ubiquity"))

  • Maintainer: John Harrold
  • License: BSD_2_clause + file LICENSE
  • Last published: 2025-01-07