fmt_locales: Common Format Locales

Description Usage Format Details Source Examples

Description

Predefined fmt_locale objects for common locales.

Usage

1

Format

A list of fmt_locale objects.

Details

These locales are derived from the JSON files provided by the https://github.com/d3/d3-format/tree/master/locale Javascript library.

Source

https://github.com/d3/d3-format

Examples

1
2
3
4
5
6
# Available locales
names(fmt_locales)
# English-US locale
fmt_locales[["en-US"]]
# French locale
fmt_locales[["fr-FR"]]

jrnold/fivemat documentation built on May 20, 2019, 1 a.m.