Learn R Programming

moonBook (version 0.1.1)

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

Description

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

Usage

## S3 method for class 'cbind.mytable':
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