Hello: 
I have a .csv file that includes some character strings (open ended survey 
responses) that includes some apostrophe. Using read.csv() the file reads in 
just fine, except upon being read in the apostrophes are displayed with the 
double-slash, i.e. 'I've' becomes 'I\\'ve'.  I'd like to print these responess 
out for a report.  Is there a way that I can have the apostrophes read in as 
original or print them out without the escape characters.
Thank you. 
*********************************
Simon J. Kiss, PhD

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to