Learn R Programming

moonBook (version 0.1.1)

mylatex: Exporting "cbind.mytable","mytable" table to LaTeX format

Description

Exporting "cbind.mytable","mytable" table to LaTeX format

Usage

mylatex(myobj, size = 5, caption = NULL)

Arguments

myobj
An Object of class ""cbind.mytable" or "mytable"
size
An integer indicating font size, defaulting is 5.
caption
A character

Examples

Run this code
out=mytable(am~.,data=mtcars)
mylatex(out)
out1=mytable(am+cyl~.,data=mtcars)
mylatex(out1)

Run the code above in your browser using DataLab