format_date_as_month_year: Format date value as month-year

View source: R/utils.R

format_date_as_month_yearR Documentation

Format date value as month-year

Description

Short-hand function for formatting per month year standard.

Usage

format_date_as_month_year(d)

Arguments

d

A date to format

Value

A character vector representing the month year format of d.

Examples

## Not run: 
format_date_as_month_year(as.Date("2024-01-01"))
[1] "Jan 2024"

## End(Not run)

steveneschrich/pgreportr documentation built on Jan. 13, 2025, 7:09 p.m.