powered by
Create an HTML table with an extra header row
getHTMLTable(data, caption = NA)
table as html character string for cat()'ing into an html document
A data.frame which serves as table
A set of headlines, e.g. c("top line", "bottom line")
data = data.frame(raw.file = letters[1:4], id.rate = 3:6) getHTMLTable(data, caption = "some header line")
Run the code above in your browser using DataLab