Message-ID: <1BC0E71B-964B-411B-9365-A06DA14DBE2B@gmail.com>
Date: 2012-11-06T04:18:42Z
From: jim holtman
Subject: Append Data to an Excel File through each Iteration of a For Loop
In-Reply-To: <CAJJ9dtsJA_WcxNt0mPWxzQ0X-GDazJkMJ1evS3shm-y1jeeehw@mail.gmail.com>
try the XLConnect package. You can write multiple sheets.
Sent from my iPad
On Nov 5, 2012, at 21:37, Cheryl Johnson <johnson.cheryl625 at gmail.com> 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 append each iteration to a different sheet?
>
> Thanks
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.