todate: todate function

Description Usage Arguments Examples

Description

This function allows you to change a date that comes in the YYYYMM to a R date object. It is useful for plotting...

Usage

1
todate(x)

Arguments

x

either numeric or string object with a date format YYYYMM

Examples

1
2
todate("201502")
todate(201502)

vhmedina/vhmo documentation built on May 17, 2019, 8:46 p.m.