Skip to content
Prev 2869 / 7420 Next

Large data processing in R

Hi all,

I have a model output file, size 120gb, I want to process. It has about
10 million records written in f8.2 format. Each record has variables in
string, integer and double formats.

Are there R packages that are capable of loading this dataset without
exhausting the memory? I am trying to use a dual core, 1.6GHz, 4gb RAM
machine.

Thank you in advance for your suggestions,

Noel