Several element lists are available for use in the various cldr_*()
functions. The list object names, the number of elements they hold, and the
functions they nicely pair with are:
Usage
locale_list
currency_code_list
locale_names_elements
currencies_elements
dates_elements
numbers_elements
characters_elementsFormat
An object of class list of length 574.
An object of class list of length 305.
An object of class list of length 4.
An object of class list of length 5.
An object of class list of length 37.
An object of class list of length 26.
An object of class list of length 12.
Details
locale_list (574) -> several cldr_*() functions
currency_code_list (305) -> cldr_currency()
currencies_elements (5) -> cldr_currency()
locale_names_elements (4) -> cldr_locale_names()
dates_elements (28) -> cldr_dates()
numbers_elements (26) -> cldr_numbers()
characters_elements (12) -> cldr_characters()