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 "034P91"|"d947468f-95ff-4844-8d04-36619ed2cced"|1|"Control"|9686|"brain"|9301|7912|10746|10742|9710|12591|7933|12612|"Gram"|2.014|1.721|1.8902|0

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 wro

[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