[R] syntaxe problem

2012-02-24 Thread Adel ESSAFI
Hello, I want to create 10 dataframe using a for loop. I don t know what to do to create 10 different dataframes whose name is parametrized with variable i. This syntaxe fails. It create a unique fataframe called dfn. Any input will help Thanks for (i in 1:10){ + filename=paste(avail4,i,sep =

Re: [R] syntaxe problem

2012-02-24 Thread Peter Langfelder
On Fri, Feb 24, 2012 at 3:47 PM, Adel ESSAFI adeless...@gmail.com wrote: Hello, I want to create 10 dataframe  using a for loop. I don t know what to do to create 10 different dataframes whose name is parametrized with variable i. This syntaxe fails. It create a unique fataframe called dfn.