country_continent | R Documentation |
Dataset containing country IDs and their continents
data(country_continent)
A data frame with the continents that countries belong to
country identifiers
continents of various country
corresponding continents of countries
Internal data consisting of countries and their continent
Data country_names
for linkage of IDs with continent
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.