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="-"))

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to