Re: [R] Append Data to an Excel File through each Iteration of a For Loop

2012-11-06 Thread Pieter Schoonees
t; To: r-help@r-project.org > Subject: [R] Append Data to an Excel File through each Iteration of a > For Loop > > Hi, > > I would like to find a way to append data to an excel file through each > iteration of a for loop. Is there a way to use a command such as > write.table and app

Re: [R] Append Data to an Excel File through each Iteration of a For Loop

2012-11-05 Thread Jim Holtman
try the XLConnect package. You can write multiple sheets. Sent from my iPad On Nov 5, 2012, at 21:37, Cheryl Johnson wrote: > Hi, > > I would like to find a way to append data to an excel file through each > iteration of a for loop. Is there a way to use a command such as > write.table and ap

[R] Append Data to an Excel File through each Iteration of a For Loop

2012-11-05 Thread Cheryl Johnson
Hi, I would like to find a way to append data to an excel file through each iteration of a for loop. Is there a way to use a command such as write.table and append each iteration to a different sheet? Thanks [[alternative HTML version deleted]] __