Recently Published
Play with Dates in month-year format.
How to handle dates in the format of only month and year i.e."Aug-15" "Dec-16" ? One way is to adding day<-01 to the date in order to handel missing day part in Date .and reading it as as.date. Or you can be smart and install the "zoo" package.