system_rpt_add_doc_content function

Adds Content to a Word Report

Adds Content to a Word Report

Appends content to an open ubiquity Word report.

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 report_add_doc_content

    for the allowed content types.

  • content: List with content to add to the report. See the onbrand function report_add_doc_content

    format of this list.

  • rptname: Report name

Returns

ubiquity system object with the content added to the specified report

See Also

report_add_doc_content and Reporting vignette (vignette("Reporting", package = "ubiquity"))

  • Maintainer: John Harrold
  • License: BSD_2_clause + file LICENSE
  • Last published: 2025-01-07