get_countries: get_countries

Description Usage Examples

View source: R/get_countries.R

Description

(Legacy) Get countries and their continents, ISO codes, WHO region, and total population. Output is available through the package as "countries_data," 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. countries_data <- get_countries() 2. usethis::use_data(countries_data, overwrite=T)

Usage

1

Examples

1
2
3
## Not run: 
countries_data <- get_countries()
## End(Not run)

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