On 23 Feb 2015, at 15:06 , Alain D. wrote:
> Dear R-List
>
> I have a date column formatted dd.mm. separated by points that was
> converted
> into a number using as.integer(date). Now I wish to convert the number back
> into
> the original date. Something like:
>
> date<-as.factor(c("07.
Dear R-List
I have a date column formatted dd.mm. separated by points that was converted
into a number using as.integer(date). Now I wish to convert the number back into
the original date. Something like:
date<-as.factor(c("07.12.2010","29.04.2013"))
dd<-as.integer(date)
as.Date(dd, origi
2 matches
Mail list logo