get_yyyymm: Create a date (for a plot)

Description Usage Arguments Details

View source: R/dates.R

Description

Create a month-year label. Intended to be used for ggplot2 plots primarily (but perhaps also kable tables).

Usage

1
get_yyyymm(yyyy = NULL, mm = NULL, format = "%b %Y", upper = FALSE)

Arguments

yyyy

numeric. Year.

mm

numeric. Month.

format

character. Format expression.

upper

logical. Indicates whether to upper-case ALL letters in month name.

Details

This function was originally used for some work-related project(s) (for outages).


aelhabr/teutils documentation built on May 7, 2019, 7:59 a.m.