toLatex.xtable: Convert Table to Latex
Description
Function creating a LaTeX representation of an object of class
xtable.
Usage
# S3 method for xtable
toLatex(object, ...)
Arguments
object
An object of class "xtable".
...
Other arguments to print.xtable.
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".