info_locales | R Documentation |
Many of the fmt_*()
functions have a locale
argument that makes
locale-based formatting easier. The table generated by the info_locales()
function provides a quick reference to all the available locales. The locale
identifiers are provided (base locale ID, common display name) along with the
each locale's group and decimal separator marks. A formatted numeric example
is provided (based on the value of 11027
) to demonstrate the default
formatting of each locale.
info_locales(begins_with = NULL)
begins_with |
Show locales beginning with a specific letter
Providing a single letter will filter locales to only those that begin
with that letter in their locale ID. The default ( |
There are 574 locales, which means that a very long display
table is provided by default. To trim down the output table size, we can
provide an initial letter corresponding to the base locale ID to
begins_with
. This will filter locales in the info table to just the set
that begins with the supplied letter.
An object of class gt_tbl
.
Get a table of info on all of the locales supported by gt.
info_locales()
11-4
v0.2.0.5
(March 31, 2020)
Other information functions:
info_currencies()
,
info_date_style()
,
info_flags()
,
info_google_fonts()
,
info_icons()
,
info_paletteer()
,
info_time_style()
,
info_unit_conversions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.