countryTranslation: country translation

Description Usage Arguments Format Value Examples

Description

Functions to convert country names given in iso2 or iso3 to 10 different languages

Convert country names to 10 possible languages

Usage

1
2
3

Arguments

query

a character vector of iso2, iso3 or iso numeric country codes

output

a character vector containing the iso2 output languages ("EN", "DE", "FR", "IT", "ES", "PT","RU", "ZH", "JA","AR")

Format

An object of class data.frame with 282 rows and 13 columns.

Value

a data.frame of dimension query by output

Examples

1
2
print(countryTranslations)
countryTranslation(query = c('AF', 'FR', 'US', 'CH', 'JP'), output = "EN")

d-qn/swiMap documentation built on May 14, 2019, 3:04 p.m.