[R] (no subject)

Ben Bolker bolker at ufl.edu
Sat Feb 13 19:02:43 CET 2010


Hussain Abusaaq <hia05 <at> fsu.edu> writes:

> I have this vector and I want to change it to date.
> 
> for example G=[05 12 2008]
> 
> or g=[2]
>     f=[3]
>     y=[2208]
> 

Something like as.Date(paste(rev(G),collapse="-"))



More information about the R-help mailing list