Re: [R] Looping through a list of objects & do something...

2008-02-19 Thread Martin Elff
On Tuesday 19 February 2008 (19:51:15), TLowe wrote: > Hey Folks, > > Could somebody show me how to loop through a list of dataframes? I want to > be able to generically access their elements and do something with them. > > For instance, instead of this: > > df1<- data.frame(x=(1:5),y=(1:5)); > df

Re: [R] Looping through a list of objects & do something...

2008-02-19 Thread Duncan Murdoch
On 2/19/2008 1:51 PM, TLowe wrote: > Hey Folks, > > Could somebody show me how to loop through a list of dataframes? I want to > be able to generically access their elements and do something with them. > > For instance, instead of this: > > df1<- data.frame(x=(1:5),y=(1:5)); > df2<- data.frame(