system_rpt_add_slide {ubiquity} | R Documentation |
Add Slide to a Powerpoint Report
Description
Adds a slide to a ubiquity report.
Usage
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 |
rptname |
Report name |
Value
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")
)
[Package ubiquity version 2.0.3 Index]