The goal of yyyymm::
is to make life easier with period format.
Installation
source("https://install-github.me/jbkunst/yyyymm")
Some Examples
This is a basic example which shows you how to solve a common problem:
library(yyyymm)
ym_to_date(ym = c(200902, 201912), day = 1)
#> [1] "2009-02-01" "2019-12-01"
Get month differences:
Code of Conduct
Please note that yyyymm::
project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.