weo_list_publications: List Available IMF WEO Publications

View source: R/weo_list_publications.R

weo_list_publicationsR Documentation

List Available IMF WEO Publications

Description

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)

Usage

weo_list_publications(
  start_year = 2007,
  end_year = as.integer(format(Sys.Date(), "%Y")),
  check_latest = FALSE
)

Arguments

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.

Value

A data frame with columns:

year

The year of the release

release

The release name ("Spring" or "Fall")

month

The month of release ("April" or "October")

Examples



weo_list_publications(check_latest = TRUE)



imfweo documentation built on Aug. 23, 2025, 1:13 a.m.