Re: [R] Sweave and the prompt

2008-03-06 Thread Duncan Murdoch
On 06/03/2008 6:01 PM, Christophe Genolini wrote: > Hi the list > > I would also like to remove the prompt, in order to let the reader > cut-and-paste from pdf to R. So I set the prompt to " " with > > options(prompt=" ",continue=" ") > > But it add an extrat space at the start of each line. I

[R] Sweave and the prompt

2008-03-06 Thread Christophe Genolini
Hi the list I would also like to remove the prompt, in order to let the reader cut-and-paste from pdf to R. So I set the prompt to " " with options(prompt=" ",continue=" ") But it add an extrat space at the start of each line. I also try some code options(prompt="\a",continue="\a") After a big