Skip to content
Prev 75206 / 398502 Next

Reading large files in R

You can also use the RODBC package to hold the data in a database, say MySQL 
and only import it when you do the modelling, e.g.
In this case I have first saved the vandriver data in 'MySQL Test', but one 
can obviously write the data directly to the database. Since the data is not 
held in memory I find that I can do much larger computations than is 
otherwise possible. The downside is of course that computations take a bit 
longer.
Best wishes,

Andreas

=====================
Andreas D Hary
Email:    u08adh at hotmail.com
Mobile:   07906860987
Phone:   02076554940




----- Original Message ----- 
From: "Berton Gunter" <gunter.berton at gene.com>
To: <ramasamy at cancer.org.uk>; "'Jean-Pierre Gattuso'" <gattuso at obs-vlfr.fr>
Cc: <r-help at stat.math.ethz.ch>
Sent: Monday, August 08, 2005 8:35 PM
Subject: Re: [R] Reading large files in R