Skip to content
Prev 336236 / 398502 Next

Handling special characters in reading and writing to CSV

On Feb 4, 2014, at 7:58 AM, Venkata Kirankumar wrote:

            
I'm having a difficult time understanding your expectations and thedata situation. If it's a "csv file",  then how can all three of <comma>, <single-quote>, and <double-quote> be properly distinguished when they are also part of the data?


You might consider using readLines (from base) or read.fwf (from the utils package)
David Winsemius
Alameda, CA, USA