Re: [R] Appending data to a data.frame and writing a csv

2011-03-25 Thread Vincy Pyne
will be executed outside the loop. Once this is generated, writing of the csv file should not be problem outside the loop. Regards Vincy --- On Fri, 3/25/11, Ista Zahn wrote: From: Ista Zahn Subject: Re: [R] Appending data to a data.frame and writing a csv To: "Vincy Pyne" Cc

Re: [R] Appending data to a data.frame and writing a csv

2011-03-25 Thread Ista Zahn
Hi Vincy, Please read the help file, particularly the part about write.csv and write.csv2 where it says "These wrappers are deliberately inflexible: they are designed to ensure that the correct conventions are used to write a valid file. Attempts to change append, col.names, sep, dec or qmethod are