[R] how to read CSV file in R?
dhanush
dhana.sa at gmail.com
Tue Jun 8 08:46:01 CEST 2010
I tried to read a CSV file in R. The file has about 100,000 records and 75
columns. When used read.delim, I got this error. I am using R ver 10.1.
> los<-read.delim("file.csv",header=T,sep=",")
Warning message:
In scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
Reached total allocation of 1535Mb: see help(memory.size)
Thanks
--
View this message in context: http://r.789695.n4.nabble.com/how-to-read-CSV-file-in-R-tp2246930p2246930.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list