country_continent {r2country} | R Documentation |
Dataset of countries and their continents
Description
Dataset containing country IDs and their continents
Usage
data(country_continent)
Format
A data frame with the continents that countries belong to
- ID
country identifiers
- continent
continents of various country
Value
corresponding continents of countries
Source
Internal data consisting of countries and their continent
References
See Also
Data country_names
for linkage of IDs with continent
Examples
# 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)
[Package r2country version 2.0.2.4.0 Index]