country_codes | R Documentation |
Dataset including the user, HMD and Eurostat codes for the available countries. The country names are available as well.
data(country_codes)
A data frame with 59 rows and 4 variables:
The name of the country
The user code name of the country
The HMD code name of the country
The Eurostat code name of the country
https://ec.europa.eu/eurostat/
data(country_codes) user_code <- attr(country_codes, "User_code") hmd_code <- attr(country_codes, "HMD_code") euro_code <- attr(country_codes, "Eurostat_code")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.