| condformat2excel | R Documentation |
Requires the openxlsx package (install.packages("openxlsx")).
condformat2excel(
x,
filename,
sheet_name = "Sheet1",
overwrite_wb = FALSE,
overwrite_sheet = TRUE
)
x |
A condformat_tbl object |
filename |
The xlsx file name. |
sheet_name |
The name of the sheet where the table will be written |
overwrite_wb |
logical to overwrite the whole workbook file |
overwrite_sheet |
logical to overwrite the sheet |
condformat2excelsheet(), to write into a worksheet of an
openxlsx workbook you're building yourself, so you can add more
sheets or apply extra openxlsx formatting before saving.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.