toLatex.xtable {xtable} | R Documentation |
Convert Table to Latex
Description
Function creating a LaTeX representation of an object of class
xtable
.
Usage
## S3 method for class 'xtable'
toLatex(object, ...)
Arguments
object |
An object of class |
... |
Other arguments to |
Details
This function creates a LaTeX representation of an object of class
"xtable"
. This is a method for the generic "toLatex"
in
the core R package "utils"
.
Author(s)
Charles Roosen roosen@gmail.com with contributions and suggestions from many others (see source code).
See Also
[Package xtable version 1.8-4 Index]