powered by
Dataset containing country IDs and their continents
data(country_continent)
corresponding continents of countries
A data frame with the continents that countries belong to
country identifiers
continents of various country
https://www.wikipedia.org
Data country_names for linkage of IDs with continent
country_names
# load the continent dataset data(country_continent) data(country_names) finaldb <- cbind(country_names,country_continent) # view content of the country and population head(finaldb)
Run the code above in your browser using DataLab