getHTMLTable | R Documentation |
Create an HTML table with an extra header row
getHTMLTable(data, caption = NA)
data |
A data.frame which serves as table |
caption |
A set of headlines, e.g. c("top line", "bottom line") |
table as html character string for cat()'ing into an html document
data = data.frame(raw.file = letters[1:4],
id.rate = 3:6)
getHTMLTable(data,
caption = "some header line")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.