Hello everyone, I know this is very basic question for you people. I'm working with mani diferent tables, but everyone has the same variables. (V1, V2, V3). The only think that I need to do is to put together this tables. In other words, creating just one big table with all the cases showed in the smaller tables. For example:
tabla1<-data.frame(v1,v2,v3) tabla2<-data.frame(v1,v2,v3) tabla3<-data.frame(v1,v2,v3) tabla4<-data.frame(v1,v2,v3) Just want to join it together in just one table. By the way, are more that 3 Millon cases. Thank you in advance! José [[alternative HTML version deleted]]
______________________________________________ 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.