On Fri, Feb 24, 2012 at 3:47 PM, Adel ESSAFI 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.
> Any input will
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
2 matches
Mail list logo