View source: R/weo_get_series.R
weo_get_series | R Documentation |
Returns a data frame with available series in the WEO database.
weo_get_series(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:
The WEO series ID (e.g., "NGDP_RPCH")
Full name of the series (e.g., "Gross domestic product, constant prices")
Units of measurement
# List all series
weo_get_series()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.