Marck, A little late, but perhaps this will help someone in the future. I am guessing that some of your "integer" fields contain scientific notation, and for some reason read.table is not interpreting those as integers. Consider changing the affected column classes from "integer" to "numeric" and I bet you'll see better results.
Regards, Matt -- View this message in context: http://r.789695.n4.nabble.com/help-with-read-table-ffdf-parameters-tp3223805p4635337.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.