Skip to contents

Returns a tibble of available WEO releases from 2007 onwards. The IMF typically releases the WEO database twice per year:

  • Spring (April)

  • Fall (October)

Usage

weo_list_releases(
  min_year = 2007,
  max_year = as.integer(format(Sys.Date(), "%Y"))
)

Arguments

min_year

Minimum year to include (default: 2007)

max_year

Maximum year to include (default: current year)

Value

A tibble with columns:

year

The year of the release

release

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

month

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