showxls | R Documentation |
export (and show) something as excel-file.
showxls(mat, filename = NA)
mat |
This may be: - a single object (anything that may be coerced to a data frame). It will be exportet as a single-sheet-XLSX. - an environment or list. Every object in the list which can be coerced to a data.frame will be exportet as a single sheet in the resulting XLSX. |
filename |
Write to this file. If 'NA', it will be a tempfile() and directly opend in localc. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.