[R] Using split and then unsplit

anna lippelanna24 at hotmail.com
Mon Apr 19 17:13:36 CEST 2010


here is an alternative that I just found to join my data frames with rbind:
result <- do.call("rbind", myList)
It worked perfectly but I still don't understand why unsplit wouldn't
work...


-----
Anna Lippel
-- 
View this message in context: http://n4.nabble.com/Using-split-and-then-unsplit-tp2016071p2016081.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list