View source: R/flextable_tools.R
save_excel | R Documentation |
Saves a list of mdtable
objects as an Excel file. Each list
element is saved as a separate sheet and named with the
'Table 1', 'Table 2', ... scheme. The first sheet named 'Cover' provides a
handy legend with the table name and its caption.
save_excel(tab_lst, path, prefix = "Table ", ...)
tab_lst |
a list of 'mdtable' data frames. |
path |
path of to the Excel file. |
prefix |
prefix used to name sheets of the Excel file. |
... |
extra arguments passed to |
none, called for the side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.