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