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