On 29.11.2012 17:37, arun wrote:
Hi,
You haven't given any example dataset. So,not sure about the format of the
date column.
set.seed(5)
dat1<-data.frame(Date1=c("10/25/2009","11/25/2009","12/25/2009","5/10/2010","8/10/2010","9/25/2011","11/28/2011","5/3/2012"),col2=sample(1:15,8,replace=TRU
Hi,
You haven't given any example dataset. So,not sure about the format of the
date column.
set.seed(5)
dat1<-data.frame(Date1=c("10/25/2009","11/25/2009","12/25/2009","5/10/2010","8/10/2010","9/25/2011","11/28/2011","5/3/2012"),col2=sample(1:15,8,replace=TRUE))
dat1$Date1<-as.Date(dat1$Date1,fo
Hi
> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-bounces@r-
> project.org] On Behalf Of siddanth911
> Sent: Thursday, November 29, 2012 12:10 PM
> To: r-help@r-project.org
> Subject: [R] deleting data of a given date range.
>
> hey,
>
> I have a huge dataset w
3 matches
Mail list logo