Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

e_country_names

Country names


Description

Convert country names to echarts format.

Usage

e_country_names(data, input, output, type = "iso2c", ...)

e_country_names_(data, input, output = NULL, type = "iso2c", ...)

Arguments

data

Data.frame in which to find column names.

input, output

Input and output columns.

type

Passed to countrycode origin parameter.

...

Any other parameter to pass to countrycode.

Details

Taiwan and Hong Kong cannot be plotted.

Examples

cns <- data.frame(country = c("US", "BE"))

# replace
e_country_names(cns, country)

# specify output
e_country_names(cns, country, country_name)

echarts4r

Create Interactive Graphs with 'Echarts JavaScript' Version 5

v0.4.0
Apache License (>= 2.0)
Authors
John Coene [aut, cre, cph], Wei Su [ctb], Helgasoft [ctb], Xianying Tan [ctb] (<https://orcid.org/0000-0002-6072-3521>)
Initial release
2021-03-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.