What do you mean by "only the last j"? write.csv writes to a file you specify and I assume that you are changing the file name if you are making successive writes. You need to provide more detail.
On Mon, Jun 18, 2012 at 5:47 AM, @ngel <aggelopou...@gmail.com> wrote: > I think that for now I'll keep it as is and try to clean the data in excel. > Could someone please tell me how can I export the result to csv, since > write.csv exports only the last j? > Thank you so much in advance! > > -- > View this message in context: > http://r.789695.n4.nabble.com/Loop-Help-tp4633558p4633677.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@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. -- Jim Holtman Data Munger Guru What is the problem that you are trying to solve? Tell me what you want to do, not how you want to do it. ______________________________________________ R-help@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.