Learn R Programming

moonBook (version 0.1.1)

myhtml: Export to html file for class "mytable" or "cbind.mytable"

Description

Export to html file for class "mytable" or "cbind.mytable"

Usage

myhtml(x, caption = NULL)

Arguments

x
An object of class "mytable" or "cbind.mytable"
caption
A character

Examples

Run this code
require(moonBook)
res=mytable(sex~age+Dx,data=acs)
myhtml(res)

Run the code above in your browser using DataLab