Re: [R] Merge Multiple Datasets

2010-05-07 Thread Albert-Jan Roskam
Subject: Re: [R] Merge Multiple Datasets To: Wang, Kevin (SYD) kevinw...@kpmg.com.au, r-help@r-project.org Date: Friday, May 7, 2010, 5:19 AM If your new datasets have similar measurements, you might consider rbind and adding a new column to distinguish the data sources. Wang, Kevin (SYD) kevinw

[R] Merge Multiple Datasets

2010-05-06 Thread Wang, Kevin (SYD)
Hi, I've got a bunch of datasets (each has an ID column) that I'd like to merge into one big datasets. After a google search I found http://tolstoy.newcastle.edu.au/R/help/05/08/11131.html . However, I'm wondering if there is an easy way to do this as I've got about 12 datasets to be merged

Re: [R] Merge Multiple Datasets

2010-05-06 Thread Erik Iverson
Wang, Kevin (SYD) wrote: Hi, I've got a bunch of datasets (each has an ID column) that I'd like to merge into one big datasets. After a google search I found http://tolstoy.newcastle.edu.au/R/help/05/08/11131.html . However, I'm wondering if there is an easy way to do this as I've got about

Re: [R] Merge Multiple Datasets

2010-05-06 Thread Jeff Newmiler
If your new datasets have similar measurements, you might consider rbind and adding a new column to distinguish the data sources. Wang, Kevin (SYD) kevinw...@kpmg.com.au wrote: Hi, I've got a bunch of datasets (each has an ID column) that I'd like to merge into one big datasets. After a