table2html {psichomics} | 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