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

Description Usage Arguments Examples

View source: R/date.R

Description

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

Usage

1
ym_format(ym = c(200902, 201912), format = "%Y%m%d", day = 1)

Arguments

ym

ym

format

format

day

day

Examples

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

jbkunst/jbkmisc documentation built on Nov. 8, 2019, 11:40 a.m.