View source: R/flextable_save.R
flextable_save | R Documentation |
Save a flextable to disk as an html, rds (compressed), and tsv.gz (containing the dataframe)
flextable_save(data, name = waiver(), path = waiver(), overwrite = FALSE)
data |
Input flextable |
name |
Output file name |
path |
Output file path |
overwrite |
Whether to overwrite an existing file. Default = FALSE, which appends a numeric index to the filename. |
The original flextable, unmodified
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.