write_xlsx,ANY,ANY,ANY,written_xlsx-method | R Documentation |
Write an xlsx file given the result of an existing xlsx write.
## S4 method for signature 'ANY,ANY,ANY,written_xlsx'
write_xlsx(
data = NULL,
wb = NULL,
sheet = NULL,
excel,
rownames = TRUE,
start_row = 1,
start_col = 1,
title = NULL,
number_format = "0.000",
data_table = TRUE,
freeze_first_row = TRUE,
freeze_first_column = TRUE,
column_width = "heuristic",
...
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.