powered by
Export tables with download, pasta and copy buttons
web_table( data, caption = NULL, digits = 2, rnames = FALSE, buttons = NULL, file_name = "file", scrolly = NULL, columnwidth = "200px", width = "100%" )
table in markdown format for html documents
Dataset.
Title for the table.
Digits number in the table exported.
Row names.
Buttons: "excel", "copy" or "none". Default c("excel", "copy")
Excel file name
Windows height to show the table. Default "45vh"
Column width. Default '200px'
Width in pixels or percentage (Defaults to automatic sizing)
if (FALSE) { library(inti) met %>% web_table(caption = "Web table") }
Run the code above in your browser using DataLab