Skip to content
Back to formatted view

Raw Message

Message-ID: <CAAmySGOn8Rs-A0QAXuqAREv73_XKNyvPENGvL3O=ksLUXbSj3w@mail.gmail.com>
Date: 2011-10-04T20:01:55Z
From: R. Michael Weylandt
Subject: joining tables
In-Reply-To: <1317757693.33349.YahooMailNeo@web26506.mail.ukl.yahoo.com>

Perhaps rbind?

Michael

On Tue, Oct 4, 2011 at 3:48 PM, Jose Bustos Melo <jbustosmelo at yahoo.es> wrote:
> 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 at 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.
>
>