[R] problem with bulk insert into a *.csv file

2009-06-08 Thread venkata kirankumar
Hi all, I am trying to create a index.csv with caliculating different types of caliculations . In that i have to caliculate on 10,000 studies and have to insert many no of rows more than 500,000 for that right now I am inserting every row after caliculating and doing data.frame but its

Re: [R] problem with bulk insert into a *.csv file

2009-06-08 Thread jim holtman
You can always open a connection and write the rows out as you have calculated them. It would be nice if you had included at least a subset of the calculations that you are doing so that we can understand the problem you are trying to solve. On Mon, Jun 8, 2009 at 11:43 AM, venkata kirankumar

Re: [R] problem with bulk insert into a *.csv file

2009-06-08 Thread venkata kirankumar
Hi jim, I am caliculating these caliculation on quaring on 4 tables and preparing subsets of those and from there I am getting the final results that is