ym_add_months: Add months to a year month

View source: R/ym.R

ym_add_monthsR Documentation

Add months to a year month

Description

Add months to a year month

Usage

ym_add_months(ym = c(201201, 201303), months = c(1, -12))

Arguments

ym

ym

months

months

Examples


ym_add_months(c(200902, 201912), months = c(1, -12))


jbkunst/yyyymm documentation built on June 9, 2022, 7:40 p.m.