Converts strings into dates in Russian language

date_to_string(date, freq = 12)

Arguments

date

date in the following format: "2019-02-23"

freq

equal to 4 for quarters, equal to 12 for months

Value

date in the form of the string

Details

Converts strings into dates in Russian language

Examples

date <- c("2019-02-23") # date <- c("2019-02-23", "2011-01-07") date_to_string(date, freq = 12)
#> [1] "февраль 2019"