Learn R Programming

gt (version 0.7.0)

info_date_style: View a table with info on date styles

Description

The fmt_date() function lets us format date-based values in a convenient manner using preset styles. The table generated by the info_date_style() function provides a quick reference to all 14 styles, with associated number codes, the format names, and example outputs using a fixed date (2000-02-29).

Usage

info_date_style()

Arguments

Value

An object of class gt_tbl.

Examples

Get a table of info on the different date-formatting styles (which are used by supplying a number code to the fmt_date() function).

info_date_style()

This image of a table was generated from the first code example in the `info_date_style()` help file.

Function ID

10-1

See Also

Other information functions: info_currencies(), info_google_fonts(), info_locales(), info_paletteer(), info_time_style()