[R] Convert a list of N dataframes to N dataframes

Karl Ove Hufthammer karl at huftis.org
Wed Dec 9 12:15:57 CET 2009


On Mon, 7 Dec 2009 13:23:06 -0600 Mark Na <mtb954 at gmail.com> wrote:
> This worked very nicely (thanks for plyr, Hadley) but now I would like to
> "unlist" my list into the individual dataframes, preferably with their
> original names (data1, etc).
> 
> I've tried to do this with:
> 
> > ldply(datalist,unlist)

Are you perhaps looking for
?attach
?

-- 
Karl Ove Hufthammer




More information about the R-help mailing list