system_rpt_save_report function

Save Report to a File

Save Report to a File

Saves a ubiquity report to the specified file.

system_rpt_save_report(cfg, output_file = NULL, rptname = "default")

Arguments

  • cfg: ubiquity system object
  • output_file: File to save the report to (must be either .pptx or .docx depending on the type of report)
  • rptname: ubiquity report name

Returns

list with the follwoing elements

  • isgood Boolean variable indicating success or failure
  • msgs Verbose description of the save results

See Also

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

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