[R] R table as integrable object for large Latex Documents - avoiding SWeave

Ista Zahn istazahn at gmail.com
Mon Aug 13 20:44:00 CEST 2012


There is grid.table in the gridExtra package
(http://code.google.com/p/gridextra/wiki/tableGrob), but for thesis
tables I think you're better off trying to solve the difficulties
you've been having with xtable. I can also recommend the latex
function in the Hmisc package, which makes it easier to do things like
specify row and column groups.

Best,
Ista

On Mon, Aug 13, 2012 at 12:46 PM, clangkamp
<christian.langkamp at gmxpro.de> wrote:
> Hi, I am wondering whether some of you have a pointer to an alternative.
> I am currently writing my thesis in Latex (several documents), well grown
> over time, I am sure many of you are familiar with the situation. Likewise I
> am doing the quantitative analysis with R, and again a lot of lines of more
> or less wellwritten code. The outputs are graphs (which one can wonderfully
> integrate as PNG objects into Latex) and tables, where I am not sure. With
> Word / Powerpoint I always go via the CSV path, but CSV integration with the
> Latex Packages is really cumbersome.
>
> My main point is that there are some packages (xtable, pgfplotstable, ...)
> which sort of do integration, but they require a lot of command definitions,
> requiring a lot of time to get right and ultimately also providing much of a
> source for errors. Thus my question is whether you know of any alternative
> how to create pictures or CSV style objects that *easily* integrate into
> LaTeX, keep their format etc.
>
> Thanks
> Christian
>
>
>
> -----
> Christian Langkamp
> christian.langkamp-at-gmxpro.de
>
> --
> View this message in context: http://r.789695.n4.nabble.com/R-table-as-integrable-object-for-large-Latex-Documents-avoiding-SWeave-tp4640183.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list