Skip to contents

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:

Usage

cldr_character_labels(locale = "en", element = c("patterns", "labels"))

Arguments

locale

The locale ID for which to obtain the data from the character_labels table.

element

The element from which information will be obtained for the specified locale.

Value

A named list.