restcountries_tidy_data | R Documentation |
A dataset containing tidied information about countries from the Restcountries API.
restcountries_tidy_data
A data frame with several rows and the following columns:
Top-level domain(s) associated with the country.
Common name of the country.
Official name of the country.
Country code (2-letter).
Country code (3-letter).
FIFA code of the country.
Independence status (TRUE/FALSE).
Country status (e.g., officially assigned).
Whether the country is a UN member (TRUE/FALSE).
Geographic region.
Subregion.
Population of the country.
Capital city of the country.
Latitude of the capital city.
Longitude of the capital city.
Continent(s) the country is part of.
Latitude of the country.
Longitude of the country.
Whether the country is landlocked (TRUE/FALSE).
Countries that share a border.
Total area of the country in square kilometers.
Day the week starts (e.g., Monday).
Timezones applicable to the country.
Root of the country calling code.
Suffixes of the country calling code.
Which side of the road cars drive on.
Google Maps link for the country.
OpenStreetMap link for the country.
URL to PNG image of the country flag.
URL to SVG image of the country flag.
Alternative text for the country flag.
Currencies used in the country.
Languages spoken in the country.
Name of the primary currency used.
Symbol of the primary currency used.
Calling code(s) associated with the country.
This dataset includes a variety of country-level data such as country codes, names, capitals, regions, subregions, continents, currencies, population, geographic coordinates, languages, and more.
Data obtained from the Restcountries Json file and processed for use in this package.
# Load the dataset and view the first few rows
data(restcountries_tidy_data)
head(restcountries_tidy_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.