Get localized values from the character_labels dataset
Source:R/get_values.R
cldr_character_labels.RdThe 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_patternscolumn in character_labels"labels": is thecharacter_labelscolumn in character_labels
Usage
cldr_character_labels(locale = "en", element = c("patterns", "labels"))