country_population | R Documentation |
Dataset containing country IDs and their population by year
data(country_population)
A data frame with the population of countries
country identifiers
country population as of 2023
corresponding population size of countries
Internal data consisting of countries and their population
Data country_names
for linkage of IDs with country population size
# load the population dataset
data(country_population)
data(country_names)
finaldb <- cbind(country_names,country_population)
# 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.