view_excel | R Documentation |
Opens a data frame in Microsoft Excel or another spreadsheet viewer. Also copies the data to the system clipboard.
view_excel(data, viewer = c("libreoffice", "gnumeric", "tad", "excel"))
data |
A data frame to view |
viewer |
The spreadsheet viewer to use. One of "libreoffice", "gnumeric", "tad", or "excel" (default) |
Returns nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.