currencies {i18n} | R Documentation |
A table with localized currency attributes and descriptors
Description
The currencies
table contains localized data for number-related entities
across 574 locales. This table has 173,013 rows, one per
distinct combination of locale and currency (currency_code
), and the
following 7 columns:
-
locale
(character
) -
currency_code
(character
) -
currency_display_name
(character
) -
currency_symbol
(character
) -
currency_symbol_narrow
(character
) -
currency_display_name_count_1
(character
) -
currency_display_name_count_other
(character
)
Usage
currencies
Format
An object of class tbl_df
(inherits from tbl
, data.frame
) with 175070 rows and 7 columns.
[Package i18n version 0.2.0 Index]