a data file (close to 60M) with 90,000 rows and 173 columns. Is it too big for R? Thanks.
Is it too big for R?
2 messages · Wensui Liu, Don MacQueen
I regularly work with data frames with around 144000 rows and 23 columns. In fact, I work with two of them in the same session, one in .GlobalEnv and the other in search()[2], attached using attach() on a file previously saved with save(). -Don
At 9:11 AM -0500 3/22/05, Wensui Liu wrote:
a data file (close to 60M) with 90,000 rows and 173 columns. Is it too big for R? Thanks.
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
-------------------------------------- Don MacQueen Environmental Protection Department Lawrence Livermore National Laboratory Livermore, CA, USA