Prints and saves table or data frame with specified formats.
| 1 2 | 
| table | table-like R object (best results are with data frames) | 
| file | file path to save table. Default does not save the table | 
| type | format of output (default is HTML) | 
| include.rownames | Should row names be printed? (default is FALSE) | 
| addCommas | converts numbers to strings (1234 -> "1,234") | 
| ... | extra parameters sent to xtable(table, ...) | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.