Learn R Programming

i18n (version 0.2.0)

Internationalization Data from the 'Unicode CLDR' in Tabular Form

Description

Up-to-date data from the 'Unicode CLDR Project' (where 'CLDR' stands for 'Common Locale Data Repository') are available here as a series of easy-to-parse datasets. Several functions are provided for extracting key elements from the tabular datasets.

Copy Link

Version

Install

install.packages('i18n')

Monthly Downloads

539

Version

0.2.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Richard Iannone

Last Published

September 7th, 2022

Functions in i18n (0.2.0)

all_currency_codes

A vector containing every currency code
cldr_characters

Get localized values from the characters dataset
all_locales

A vector containing all locale names
character_labels

A table with localized character labels and descriptors
dates_generic

A table with localized generic date attributes and descriptors
locale_names

A table with localized language, script, and territory names
numbers

A table with localized numerical attributes and descriptors
dates

A table with localized date attributes and descriptors
element_lists

Element lists for different CLDR data tables
default_locales

A table containing a mapping of default locale names to base locales
layout

A table with localized layout data
currencies

A table with localized currency attributes and descriptors
day_periods

A table with rule sets for naming periods of a day
units

A table with localized data on units
delimiters

A table with localized delimiter values
tz_formats

A table with localized time zone formatting information
tz_map

A table with names of map-based time zones
%>%

Pipe operator
script_metadata

A table with metadata for a wide variety of script types
tz_bcp_id

A table with BCP47 Olson/IANA-style and canonical time zone IDs
tz_metazone_names

A table with localized time zone names for all metazones
tz_metazone_users

A table that links canonical tz names with their metazone
tz_exemplar

A table with localized names for all time zone exemplar cities
cldr_dates

Get a single localized value from the dates dataset
cldr_currencies

Get a single localized value from the currencies dataset
cldr_numbers

Get a single localized value from the numbers dataset
cldr_character_labels

Get localized values from the character_labels dataset
characters

A table with localized character data
cldr_locale_names

Get a localized list of locale names from the locale_names dataset