export_table_xlsx | R Documentation |
This function is used to export tables into Microsoft Excel format.
It is a wrapper for the function write.xlsx
.
export_table_xlsx(table, file)
table |
a |
file |
a string of characters indicating the name file to create (with path and extension required) |
the table (but the return is invisible)
# See ?twinR
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.