cldr_character_labels {i18n} | R Documentation |
Get localized values from the character_labels dataset
Description
The character_labels table contains information on character patterns
and character labels across 574 locales. The
cldr_character_labels()
function allows one to extract element values from
the table by supplying the locale
and one of the following element names:
-
"patterns"
: corresponds to thecharacter_label_patterns
column in character_labels -
"labels"
: is thecharacter_labels
column in character_labels
Usage
cldr_character_labels(locale = "en", element = c("patterns", "labels"))
Arguments
locale |
The locale ID for which to obtain the data from the
|
element |
The element from which information will be obtained for the
specified |
Value
A named list.
[Package i18n version 0.2.0 Index]