system_rpt_save_report {ubiquity} | R Documentation |
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")
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 |
Value
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")
)
[Package ubiquity version 2.0.3 Index]