Skip to contents

To save the reports generated in the application

Usage

save_file(save_object, file_format, report_type, report_name, file)

Arguments

save_object

list of list containing, the Plot and Plotly, or flex table of the report generated along with Tile and footnote

file_format

the format in with file should be saved , possible values pdf, html, doc, ppt, interactive html (for Figures) Permitted Values: "pdf", "html", "docx", "pptx", "interactive" (for Tables) Permitted Values: "pdf", "html", "docx"

report_type

To identify whether the report type is table , figure is to be downloaded Permitted Values: "table", "figure"

report_name

Name of the report that is created formt he report meta list

file

Name in which the report output file need to be saved

Value

auto save on click

Examples