View source: R/summaryAsHTML.R
summaryAsHTML | R Documentation |
Generate summary table as an HTML table
summaryAsHTML(d)
d |
assume |
summary table with annotated HTML code
Samuel Leung, Derek Chiu
library(htmlTable)
set.seed(1)
x <- rnorm(100)
htmlTable(summaryAsHTML(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.