write_excel | R Documentation |
Write a StyledTable to an Excel sheet
write_excel(sheet, st, ...)
## S4 method for signature 'ANY,StyledTable'
write_excel(sheet, st, first_row = NULL, first_col = NULL)
sheet |
An xlsx sheet object |
st |
A StyledTable object object |
... |
Various arguments |
first_row |
The number of the starting row of the table in the sheet |
first_col |
The number of the starting col of the table in the sheet |
write_pdf()
, write_png()
, create_latex_table()
, append_latex_table()
, create_latex_table_body()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.