Learn R Programming

timeseriesdb (version 0.4.1)

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

x

object of class ts or zoo (experimental)

offset

numeric defaults to 0. See the zoo package for more information.

...

optional arguments.