Learn R Programming

moonBook (version 0.1.1)

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

Description

This function takes the result of mytable and exports the tables to LaTeX format.

Usage

## S3 method for class 'cbind.mytable':
mylatex(myobj, size = 5, caption = NULL)

Arguments

myobj
An object of class 'cbind.mytable'
size
An integer indicating font size, defaulting is 5.
caption
A character

Examples

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

Run the code above in your browser using DataLab