Export a dataframe to an excel and csv file. Typically used to share aggregated raw data.
1  | write_report(df, output_full_path_fname, opt_sheetName, opt_header_title)
 | 
df | 
 the dataframe to be output  | 
output_full_path_fname | 
 the full name of the path and file name  | 
opt_sheetName | 
 the name of the sheet and table will  | 
opt_header_title | 
 the name of the header (only visible when printed)  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.