Re: [R] RMySql inserts \r when using dbWriteTable

2008-11-05 Thread Prof Brian Ripley
You will find this discussed in the list archives: most recently see the thread starting https://stat.ethz.ch/pipermail/r-help/2008-August/170562.html Bottom line: the package maintainer needs to correct a bug in the package code (and did not do so in the subsequent release 0.6-1), but meantim

[R] RMySql inserts \r when using dbWriteTable

2008-11-05 Thread Albert Nigrin
I am using R 2.8 and the latest versions of RMySQL on a Windows XP 64 bit machine. I was wondering if someone could help me figure out how to use dbWriteTable without inserting \r into my table. Consider the following code snippet, which is run after I connect to my database. myDFOut = dbReadTab