[R] how to type long string

Uwe Ligges ligges at statistik.uni-dortmund.de
Sat Jul 14 21:49:36 CEST 2001



Guoqiang Wang wrote:
> 
> Hi, All:
> 
> I try to type some long string in R console, whenever
> I like to change to a new line, I get error message.
> 
> The following is my simple code
> --------------------------------------
> h3 <- sqlQuery(myConnect, "select * from console where
> 
> Error: syntax error
> byday = 'dd1'group by by hour")
> Error: syntax error
> 
> ---------------------------------------
> 
> Any Hints?


Don't use more than one line for each (quoted) string.
The following lines should work:

  h3 <- sqlQuery(myConnect, 
    "select * from console where yday = 'dd1' group by by hour")


Uwe Ligges
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list