date_prose: Get dates in prose format

View source: R/date.R

date_proseR Documentation

Get dates in prose format

Description

Get dates in prose format

Usage

date_prose(x, full_month = TRUE)

Arguments

x

character vector in yyyy-mm-dd format.

full_month

logical whether to return full name of month or shortened version (e.g,. "Oct")

Value

characater vector of dates in prose format (e.g., 21 May 1991)


WhiteJP/jpw documentation built on April 17, 2025, 5:47 a.m.