Re: [R] order two dataframes by an integer column from either data frame

2010-02-19 Thread Paul Rigor (gmail)
Thanks, I ended up using that method! On Fri, Feb 19, 2010 at 7:53 AM, Dieter Menne wrote: > > > Paul Rigor (ucla) wrote: > > > > I have two data frames that share a common column, data1.name and > > data2.name. > > How would I be able to order the other based on an integer column from > > eithe

Re: [R] order two dataframes by an integer column from either data frame

2010-02-19 Thread Dieter Menne
Paul Rigor (ucla) wrote: > > I have two data frames that share a common column, data1.name and > data2.name. > How would I be able to order the other based on an integer column from > either data frame? > > For example, how do I order data2 based on data1.age? Or data1 based on > data2.salary