convert_dates: Format date variable retrieved from the SDW into a proper...

Description Usage Arguments Value Examples

View source: R/main.R

Description

Format date variable retrieved from the SDW into a proper date variable

Usage

1

Arguments

x

A vector of dates

Value

A date-formatted vector

Examples

1
2
3
hicp <- get_data("ICP.M.U2.N.000000.4.ANR")
hicp$obstime <- convert_dates(hicp$obstime)
str(hicp)

expersso/ecb documentation built on April 8, 2021, 2:03 p.m.