Re: [R] how to retrieve some records from a dataframe

2008-10-31 Thread nalluri pratap
Df[1:30,] --- On Fri, 31/10/08, Kurapati, Ravichandra (Ravichandra) <[EMAIL PROTECTED]> wrote: From: Kurapati, Ravichandra (Ravichandra) <[EMAIL PROTECTED]> Subject: [R] how to retrieve some records from a dataframe To: r-help@r-project.org Date: Friday, 31 October, 2008,

Re: [R] how to retrieve some records from a dataframe

2008-10-31 Thread Henrique Dallazuanna
See head: head(Df, n = 30) On Fri, Oct 31, 2008 at 6:44 AM, Kurapati, Ravichandra (Ravichandra) < [EMAIL PROTECTED]> wrote: > Hi , > > > > Dataframe Df contains more than 30 no of records.but I want only > first 30 rows of data. > > > >How can I retrieve it. > > > > Thanks > > K.Ravicha

[R] how to retrieve some records from a dataframe

2008-10-31 Thread Kurapati, Ravichandra (Ravichandra)
Hi , Dataframe Df contains more than 30 no of records.but I want only first 30 rows of data. How can I retrieve it. Thanks K.Ravichandra [[alternative HTML version deleted]] __ R-help@r-project.org mailing list htt