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 somehow.  If you have a known  upper
limit on line length you could modify the limit in the R source, but it's
probably easier to put the
  "select .... very long string
into a separate file and use readLines() on it, bypassing the limit in the
parser.

        -thomas

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to