powered by
Dataset containing country IDs and their capitals
data(country_capital)
corresponding capitals of countries
A data frame with the capitals that countries belong to
country identifiers
capitals of various country
https://www.wikipedia.org
Data country_names for linkage of IDs with capital
country_names
# 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)
Run the code above in your browser using DataLab