Re: [R] Help on converting a Sweave document to PDF

2012-09-12 Thread Prof Brian Ripley
On 12/09/2012 21:52, Ista Zahn wrote: Hi Andras, The Sweave manual is at http://www.statistik.lmu.de/~leisch/Sweave/Sweave-manual.pdf. There you can learn about the echo option any many other wonderful things. That's for R 2.7.1: there have been quite a few changes since and a current manual

Re: [R] Help on converting a Sweave document to PDF

2012-09-12 Thread Duncan Murdoch
On 12-09-12 4:52 PM, Ista Zahn wrote: Hi Andras, The Sweave manual is at http://www.statistik.lmu.de/~leisch/Sweave/Sweave-manual.pdf. There you can learn about the echo option any many other wonderful things. It is also available within R as vignette("Sweave") in current versions. Duncan M

Re: [R] Help on converting a Sweave document to PDF

2012-09-12 Thread Ista Zahn
Hi Andras, The Sweave manual is at http://www.statistik.lmu.de/~leisch/Sweave/Sweave-manual.pdf. There you can learn about the echo option any many other wonderful things. Best, Ista On Wed, Sep 12, 2012 at 1:43 PM, Andras Farkas wrote: > Dear All, > > I am working with a Sweave document to be

[R] Help on converting a Sweave document to PDF

2012-09-12 Thread Andras Farkas
Dear All,   I am working with a Sweave document to be converted into PDF using Rstudio. It seems to me that my R code will also show up after conversion, which I would like not to happen. Is there a way to specify a command that I could place on the beggining and at the end of the R code that wo