Hi, Erika Frigo wrote: > Good evening to everybody, > I have problems to import in R a really big dataset (more than 1000000 > values). Which is the best package to install? > Is there someone who works with this kind of dataset and can help me, please? > Maybe the package SQLiteDF could be useful for you. http://cran.r-project.org/web/packages/SQLiteDF/index.html
But since you mention that the data has 1 mio values, I think it should be no problem to read the data set "conventionally". > (object.size(rnorm(1e06)))/(1024^2) [1] 7.629417 Assuming that all data are numeric, the data-set should consume less than 8MB. I hope this helps, Roland ______________________________________________ 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.