Skip to content
Prev 201425 / 398506 Next

From R to LaTeX to pdf?

Joel F?rstenberg-H?gg wrote:
The output from xtable (above) is not a self-contained, complete
LaTeX file.  You need, at the very least, A \documentclass statement
at the beginning of the file and the code above needs to be inside a
\begin{document} ... \end{document} pair.

Then, the pdflatex (I beilieve this exists in MiKTeX) command builds
a pdf file.

Kevin