Learn R Programming

ubiquity (version 2.1.0)

system_rpt_save_report: Save Report to a File

Description

Saves a ubiquity report to the specified file.

Usage

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

Value

list with the follwoing elements

  • isgood Boolean variable indicating success or failure

  • msgs Verbose description of the save results

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

See Also