R/ym.R
ym_add_months.Rd
Add months to a year month
ym_add_months(ym = c(201201, 201303), months = c(1, -12))
ym
months
ym_add_months(c(200902, 201912), months = c(1, -12)) #> [1] 200903 201812