Tuesday, August 2, 2011

How to concatenate a list of data.frames to obtain a data.frame in R

From http://stackoverflow.com/questions/2851327/r-converting-a-list-of-data-frames-into-one-data-frame :

df <- do.call("rbind", listOfDataFrames)

No comments:

Post a Comment