Displaying 1 result from an estimated 1 matches for "1993q2".
Did you mean:
1983q2
2009 Jan 08
1
Convert to as.Date
Hi,
I have an vector object that looks like
DA <- c("1991q1", "1993q2")
(first quarter of 1991 etc) and I want to convert it into a date object
using as.Date(). I did this for montly data but am stumped when it comes to
dealing with quarterly data and as.Date.
Would anyone be able to help? Would be very grateful for any advice, sorry
for being such an R-newb...