Learn R Programming

ubiquity (version 1.0.3)

system_report_slide_title: Generate Title Slide

Description

Creates a report title slide.

Usage

system_report_slide_title(
  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 (codeNULL)

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"))