country_capital | R Documentation |
Dataset containing country IDs and their capitals
data(country_capital)
A data frame with the capitals that countries belong to
country identifiers
capitals of various country
corresponding capitals of countries
Internal data consisting of countries and their capital
Data country_names
for linkage of IDs with capital
# load the capitals dataset
data(country_capital)
data(country_names)
finaldb <- cbind(country_names,country_capital)
# 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.