Skip to content

Is it too big for R?

2 messages · Wensui Liu, Don MacQueen

#
a data file (close to 60M) with 90,000 rows and 173 columns. Is it too
big for R?

Thanks.
#
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: