Re: [R] EOF within quoted string

2017-08-11 Thread William Dunlap via R-help
ged <- munged[,c("V1","V2","text")] > > print(head(munged$text)) > > Mohan > > From: Adams, Jean [mailto:jvad...@usgs.gov] > Sent: Thursday, August 10, 2017 8:03 PM > To: Radhakrishnan, Mohan (Cognizant) <mohan.radhakrish...@cognizan

Re: [R] EOF within quoted string

2017-08-11 Thread Mohan.Radhakrishnan
, 1 , paste0 , collapse = " ") munged <- munged[,c("V1","V2","text")] print(head(munged$text)) Mohan From: Adams, Jean [mailto:jvad...@usgs.gov] Sent: Thursday, August 10, 2017 8:03 PM To: Radhakrishnan, Mohan (Cognizant) <mohan.radhakrish...@cog

Re: [R] EOF within quoted string

2017-08-10 Thread Adams, Jean
You might want to try some of the suggestions mentioned in this post: https://stackoverflow.com/q/17414776/2140956 Jean On Thu, Aug 10, 2017 at 7:59 AM, wrote: > Hi, > > Reading http://ssc.wisc.edu/~ahanna/20_newsgroups.csv after downloading > it using > >

[R] EOF within quoted string

2017-08-10 Thread Mohan.Radhakrishnan
Hi, Reading http://ssc.wisc.edu/~ahanna/20_newsgroups.csv after downloading it using data <- read.csv("20_newsgroups.csv",header=TRUE) throws this. Warning message: In scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : EOF within quoted string So, for example, the first