Export tables with download, pasta and copy buttons
web_table( data, caption = NULL, digits = 2, rnames = FALSE, buttons = NULL, file_name = NULL, scrolly = NULL )
| data | Dataset. |
|---|---|
| caption | Title for the table. |
| digits | Digits number in the table exported. |
| rnames | Row names. |
| buttons | Buttons: "excel", "copy" or "none". Default c("excel", "copy") |
| file_name | Excel file name |
| scrolly | Windows height to show the table |
table in markdown format for html documents