[R] *** saving files ***

vincent@7d4.com vincent at 7d4.com
Wed Sep 14 16:08:24 CEST 2005


Shahrokh Keiwani a écrit :

>    the filenames must be saved like:
>    file_1  -> for 1. result
>    file_2  -> for 2. result
>    file_n -> for n. result

for (i in 1:n)
{
myfilename = paste("file_" , i , sep="");
...
}
hih




More information about the R-help mailing list