View source: R/get_countries.R
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)
1 |
1 2 3 | ## Not run:
country_populations <- get_country_populations()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.