View source: R/weo_get_entities.R
weo_get_entities | R Documentation |
Returns a data frame with available entities (countries and country groups) in the WEO database.
weo_get_entities(year = NULL, release = NULL, quiet = TRUE)
year |
The year of a WEO publication (e.g., 2024). Defaults to latest publication year. |
release |
The release of a WEO publication ("Spring" or "Fall"). Defaults to latest publication release. |
quiet |
A logical indicating whether to print download information. Defaults to TRUE. |
A data frame with columns:
ISO3 country code or country group ID
Full name of the country or country group
# List all countries and regions
weo_get_entities()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.