Saves a ubiquity report to the specified file.
system_rpt_save_report(cfg, output_file = NULL, rptname = "default")
list with the follwoing elements
isgood Boolean variable indicating success or failure
msgs Verbose description of the save results
ubiquity system object
File to save the report to (must be either .pptx or .docx depending on the type of report)
ubiquity report name
Reporting vignette (vignette("Reporting", package = "ubiquity")
)