If you dig a little deeper, the real answer to your question is to use a list to store the ~60 dataframe instead of polluting the workspace with a lot of objects that are not connected together. 'list's will make future processing easier since everything is in one object and if you want to save/load for later processing, you only have a single object to be concerned with.
On Thu, Aug 25, 2011 at 6:45 PM, JacobSimmering <jacob-simmer...@uiowa.edu> wrote: > Scott/David, > > Thanks for your help - what I was looking for was assign. This takes care of > my question. > > -- > View this message in context: > http://r.789695.n4.nabble.com/Creating-new-dataset-based-on-variable-name-tp3769285p3769620.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Jim Holtman Data Munger Guru What is the problem that you are trying to solve? ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.