Re: [R] Creating dataframe names on the fly?

2009-03-21 Thread Paul Johnson
On Fri, Mar 20, 2009 at 7:18 PM, science! karthik@gmail.com wrote: I am aware that it is easily possible to create var names on the fly. e.g. assign(paste(m,i,sep=),j) but is it possible to assign dataframes to variables created on the fly? e.g. If I have a dataframe called master and I

Re: [R] Creating dataframe names on the fly?

2009-03-21 Thread Stavros Macrakis
On Fri, Mar 20, 2009 at 8:18 PM, science! karthik@gmail.com wrote: I am aware that it is easily possible to create var names on the fly. e.g. assign(paste(m,i,sep=),j) but is it possible to assign dataframes to variables created on the fly? e.g. If I have a dataframe called master and I

[R] Creating dataframe names on the fly?

2009-03-20 Thread science!
I am aware that it is easily possible to create var names on the fly. e.g. assign(paste(m,i,sep=),j) but is it possible to assign dataframes to variables created on the fly? e.g. If I have a dataframe called master and I wanted to subset parts of those data into separate dataframes, I could do: