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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to