View source: R/utils_interactiveGgplot.R
table2html | R Documentation |
Create HTML table from data frame or matrix
table2html(
data,
rownames = TRUE,
colnames = TRUE,
class = NULL,
style = NULL,
thead = FALSE
)
data |
Data frame or matrix |
rownames |
Boolean: print row names? |
colnames |
Boolean: print column names? |
class |
Character: table class |
style |
Character: table style |
thead |
Boolean: add a |
HTML elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.