View source: R/weo_list_publications.R
weo_list_publications | R Documentation |
Returns a data frame of available WEO publications from 2007 onwards. The IMF typically releases the WEO database twice per year:
Spring (April)
Fall (October)
weo_list_publications(
start_year = 2007,
end_year = as.integer(format(Sys.Date(), "%Y")),
check_latest = FALSE
)
start_year |
Minimum year to include. Defaults to 2007. |
end_year |
Maximum year to include. Defaults to current year. |
check_latest |
Logical indicating whether to check whether the latest publication according to current date has been released. Defaults to FALSE. |
A data frame with columns:
The year of the release
The release name ("Spring" or "Fall")
The month of release ("April" or "October")
weo_list_publications(check_latest = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.