get_country_populations: get_country_populations

Description Usage Examples

View source: R/get_countries.R

Description

Get country populations get_covid_df() matched with UN Estimates for 2020. Remainders matched with CIA Factbook (Guernsey, Jersey, Pitcairn Islands, Kosovo). Output is available through the package as "ountry_populations," but this function can be used to recreate this dataset. To regenerate and make the data available again for the package, run the following in dev and rebuild package: 1. country_populations <- get_country_populations() 2. usethis::use_data(country_populations, overwrite=T)

Usage

1

Examples

1
2
3
## Not run: 
country_populations <- get_country_populations()
## End(Not run)

randyyee/ITFAnalytics documentation built on Dec. 22, 2021, 12:56 p.m.