Re: [R] latex code in R - convert to pdf

2009-09-17 Thread Philipp Pagel
is it possible to convert latex code to pdf in R (like a latex-program would do it)? Is there a package that comes with this capabilities? My problem is that I want to generate tables automatically - and I can't use a latex editor at that computer ... Besides latex ... are there

Re: [R] latex code in R - convert to pdf

2009-09-17 Thread cls59
Martin Batholdy wrote: is it possible to convert latex code to pdf in R (like a latex-program would do it)? Is there a package that comes with this capabilities? Unfortunately you're out of luck if you're seeking a direct path from LaTeX code generated in R to pdf without passing

Re: [R] latex code in R - convert to pdf

2009-09-17 Thread baptiste auguie
Hi, for basic tables (e.g. display a data.frame without fancy formatting), you could try the textplot() function from the gplots package, or this rough function for Grid graphics, source(http://gridextra.googlecode.com/svn/trunk/R/tableGrob.r;) # install.packages(gridextra,

Re: [R] latex code in R - convert to pdf

2009-09-17 Thread Philipp Pagel
On Thu, Sep 17, 2009 at 10:08:57AM +0200, Philipp Pagel wrote: is it possible to convert latex code to pdf in R (like a latex-program would do it)? Is there a package that comes with this capabilities? My problem is that I want to generate tables automatically - and I can't use

Re: [R] latex code in R - convert to pdf

2009-09-17 Thread David Hajage
Hello, You could try : - odfWeave : to generate odf (open office...) report - R2HTML and hwriter : to generate html report - ascii : to generate asciidoc http://www.methods.co.nz/asciidoc/ report and then convert it to html, xml, pdf and more. 2009/9/17 Philipp Pagel p.pa...@wzw.tum.de On

Re: [R] latex code in R - convert to pdf

2009-09-17 Thread David Winsemius
On Sep 17, 2009, at 4:31 AM, Philipp Pagel wrote: On Thu, Sep 17, 2009 at 10:08:57AM +0200, Philipp Pagel wrote: is it possible to convert latex code to pdf in R (like a latex-program would do it)? Is there a package that comes with this capabilities? My problem is that I want to generate