system_rpt_add_doc_content {ubiquity} | R Documentation |
Adds Content to a Word Report
Description
Appends content to an open ubiquity Word report.
Usage
system_rpt_add_doc_content(
cfg,
type = NULL,
content = NULL,
rptname = "default"
)
Arguments
cfg |
ubiquity system object |
type |
Type of content to add. See the
onbrand function |
content |
List with content to add to the report. See the
onbrand function |
rptname |
Report name |
Value
ubiquity system object with the content added to the specified report
See Also
report_add_doc_content
and
Reporting vignette (vignette("Reporting", package = "ubiquity")
)
[Package ubiquity version 2.0.3 Index]