read.table 2005-07-13 - By Weiwei Shi
Hi, I have a question on read.table.
I have a dataset with 273,000 lines and 195 columns. I used the read.table to load the data into R: trn<-read.table('train1.dat', header=F, sep='|', na.strings='.') I found it takes forever.
then I run 1/10 of the data (test) using read.table again. And this time it finished quickly. So, there might be something wrong in my data format causing that problem.
then, my question is, is there a way in R to track at which line, something wrong occurs?
Thanks,
Weiwei
-- Weiwei Shi, Ph.D
"Did you always know?" "No, I did not. But I believed..." ---Matrix III
______________________________________________ R-help@(protected) mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
|
|