cldr_numbers {i18n}R Documentation

Get a single localized value from the numbers dataset

Description

The numbers table contains localization data for number usage and this data is available for 574 locales. The cldr_numbers() function allows one to extract a named list using a locale and a specific element. The element values are:

Usage

cldr_numbers(
  locale = "en",
  element = numbers_elements$default_numbering_system
)

Arguments

locale

The locale ID for which to obtain the data from the numbers 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]