RE: [R] Very long console input lines

2003-09-19 Thread alessandro . valli
Valli -Original Message- From: Spencer Graves [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 17. September 2003 18:46 To: Valli, Alessandro Cc: [EMAIL PROTECTED] Subject: Re: [R] Very long console input lines Have you considered enclosing the very long string in parentheses? Then R

RE: [R] Very long console input lines

2003-09-19 Thread Thomas Lumley
On Fri, 19 Sep 2003 [EMAIL PROTECTED] wrote: Thank you Spencer, but it seems not to work with strings : myquery - c(select . very long string = gives syntax error myquery - {c(select . very long string = gives syntax error I think you will have to rewrite this

Re: [R] Very long console input lines

2003-09-17 Thread Spencer Graves
Have you considered enclosing the very long string in parentheses? Then R will know that it is not syntactically correct until it reaches the end. To avoid that kind of thing, I routinely include ( just to the right of - in virtually any statement that might otherwise get split onto two