Re: [R] Sort a dataframe on the column Date

2009-07-28 Thread Mark Knecht
On Mon, Jul 27, 2009 at 11:46 PM, Meenu Sahi wrote: > Dear Users > I have a dataframe called mydata4 of the following order with the first > column as a date and the rest of the columns are numeric with rate. > Column 1          Rate1 : Rate 20 > (PxMid) > 01/01/2003 > 07/01/2001 > > > --

[R] Sort a dataframe on the column Date

2009-07-27 Thread Meenu Sahi
Dear Users I have a dataframe called mydata4 of the following order with the first column as a date and the rest of the columns are numeric with rate. Column 1 Rate1 : Rate 20 (PxMid) 01/01/2003 07/01/2001 -- I wish to sort this dataframe on the first col in ascending order. I t