pretty_date: Outputs a nice date for inline inclusion (wrapper for...

Description Usage Arguments

View source: R/pretty_date.R

Description

Outputs a nice date for inline inclusion (wrapper for strftime)

Usage

1
pretty_date(x, format = c("mdy", "dmy", "ymd"), abbreviate = FALSE, ...)

Arguments

x

vector of POSIX objects (or something that can be coerced that way)

format

character with "m", "d", and "y", in the order you want them.

abbreviate

boolean, whether to abbreviate the day.

...

additional arguments passed to format


gregorp/gregor documentation built on May 17, 2019, 8:36 a.m.