Format a year month into a specific date format A wrapper for ym_to_date and format:
Source:R/ym.R
ym_format.Rd
Format a year month into a specific date format A wrapper for ym_to_date and format:
Usage
ym_format(ym = c(200902, 201912), format = "%Y%m%d", day = 1)
Examples
ym_format(c(200902, 201912), "%B, %Y")
#> [1] "February, 2009" "December, 2019"