zooLikeDateconvert: Zoo like Date Conversion
Description
This function is taken from the zoo package. It is basically the
S3 method as.Date.numeric of the package zoo. It is used to turn
2005.75 (3rd quarter of 2005) like date formats into dates
like 2005-07-01.
Usage
zooLikeDateConvert(x, offset = 0, ...)
Arguments
offset
numeric defaults to 0. See the zoo package for more information.