cldr_characters {i18n}R Documentation

Get localized values from the characters dataset

Description

The characters table contains information on the usage of characters and exemplar character sets across 574 locales. The cldr_characters() function allows one to extract element values from the table by supplying the locale and one of the following element names:

Usage

cldr_characters(
  locale = "en",
  element = characters_elements$exemplar_characters
)

Arguments

locale

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

element

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

Value

Either a named list or a length one character vector, depending on the element value.


[Package i18n version 0.2.0 Index]