
Convert Stata month to date
stata_month2ymd.Rd
Convert numeric Stata months to date format.
Value
A vector of year-months in lubridate::ym()
format.
Examples
stata_month2ymd(19502)
#> [1] "3585-03-01"
stata_month2ymd(c(19502, 19503))
#> [1] "3585-03-01" "3585-04-01"