write_xlsx | R Documentation |
Requires openxlsx
package
write_xlsx(x, xlsx_filename, colNames = TRUE, opts = hl_opts())
x |
emphatic data.frame object |
xlsx_filename |
xlsx filename |
colNames |
Display column names? logical. Default: TRUE |
opts |
rendering options |
None
mtcars |>
hl('blue') |>
write_xlsx(tempfile())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.