]> git.donarmstrong.com Git - xtable.git/blob - pkg/man/toLatex.Rd
Added "toLatex()" method. Added "print.result" argument to "print.xtable()" function.
[xtable.git] / pkg / man / toLatex.Rd
1 \name{toLatex.xtable}
2 \alias{toLatex.xtable}
3 \title{Convert Table to Latex}
4 \description{Function creating a LaTeX representation of an object of class \code{xtable}.}
5 \usage{
6         \method{toLatex}{xtable}(object, ...)}
7 \arguments{
8   \item{object}{An object of class \code{"xtable"}.}
9   \item{...}{Other arguments to \code{print.xtable}.}  
10 }
11 \details{
12   This function creates a LaTeX representation of an object of class \code{"xtable"}.  This is a method for the generic \code{"toLatex"} in the core R package \code{"utils"}. 
13 }
14 \author{Charles Roosen \email{roosen@gmail.com} with contributions and suggestions from many others (see source code).}
15 \seealso{\code{\link{print.xtable}}}
16
17 \keyword{toLatex}