ym_format: Format a year month into a specific date format A wrapper for...

View source: R/ym.R

ym_formatR Documentation

Format a year month into a specific date format A wrapper for ym_to_date and format:

Description

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)

Arguments

ym

ym

format

format

day

day

Examples


ym_format(c(200902, 201912), "%B, %Y")


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