Re: [R] Executing a function several time, how to save the output

2011-07-05 Thread Trying To learn again
Hi, I find the solution¡¡¡ It was the 1:2 so if I put a loop for iand replace it works¡¡¡ So Many Thanks¡¡¡ Forget My doubt¡¡ 2011/7/5 Trying To learn again > Hi all, > > I try to exceute a function "myfun" that should use as input "input1.csv" > and "input2.csv" . > > Then I try to save

[R] Executing a function several time, how to save the output

2011-07-05 Thread Trying To learn again
Hi all, I try to exceute a function "myfun" that should use as input "input1.csv" and "input2.csv" . Then I try to save the output dat33 on a csv file (on per each time I execute input1..input 2 and so on). So my problem is how to finally obtain several csv file with "ggt1.csv", "ggt2.csv". The