Adds a slide to a ubiquity report.
system_rpt_add_slide(
cfg,
template = NULL,
elements = NULL,
rptname = "default"
)
ubiquity system object with the slide added to the specified report
ubiquity system object
Name of slide template to use
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.
Report name
report_add_slide
,
add_pptx_ph_content
, and
Reporting vignette (vignette("Reporting", package = "ubiquity")
)