Learn R Programming

ubiquity (version 1.0.5)

system_report_slide_section: Generate Slide with Section Break

Description

Creates a report slide with a section break.

Usage

system_report_slide_section(
  cfg,
  title = "Title",
  sub_title = NULL,
  rptname = "default"
)

Arguments

cfg

ubiquity system object

title

string with slide title ("Title")

sub_title

string with slide sub title (NULL)

rptname

report name initialized with system_report_init

Value

ubiquity system object with slide added to report

See Also

system_report_init and the reporting vignette (vignette("Reporting", package = "ubiquity"))