[R] unlist
    Prof Brian Ripley 
    ripley at stats.ox.ac.uk
       
    Thu Jul  3 20:24:00 CEST 2003
    
    
  
On 3 Jul 2003, Ernesto Jardim wrote:
> I have a list with several data.frames, all with the same number of
> colunms but different number of rows, and I'd like to transform this
> list into a single dataframe. I need to mimic an rbind of all dataframes
As in do.call("rbind", list.of.data.frames)?
> Transform doesn't seem to work :-(
for this job? or in general?
-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595
    
    
More information about the R-help
mailing list