summaryAsHTML: Summary table in HTML format

View source: R/summaryAsHTML.R

summaryAsHTMLR Documentation

Summary table in HTML format

Description

Generate summary table as an HTML table

Usage

summaryAsHTML(d)

Arguments

d

assume d is an array of numbers

Value

summary table with annotated HTML code

Author(s)

Samuel Leung, Derek Chiu

Examples

library(htmlTable)
set.seed(1)
x <- rnorm(100)
htmlTable(summaryAsHTML(x))

TalhoukLab/biostatUtil documentation built on April 14, 2025, 4:15 a.m.