Skip to content
Prev 132574 / 398506 Next

assigning and saving datasets in a loop, with names changing with "i"

Have you looked at the SQLiteDF package?  It seems like it would do what
you want in a better way and much simpler.  Even if that does not work
then a database approach (look at the other db packages, probably RODBC
first) could be simpler, faster, and easier.  You may also want to look
at the g.data package for another approach.

Depending on what you are doing you may also want to look at the biglm
package (some similar functionality is in SQLiteDF).

Hope this helps,