powered by
Dataset containing country IDs and their population by year
data(country_population)
corresponding population size of countries
A data frame with the population of countries
country identifiers
country population as of 2023
https://www.wikipedia.org
Data country_names for linkage of IDs with country population size
country_names
# 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)
Run the code above in your browser using DataLab