You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The functions are to be implemented with explicit arguments for each parameter in the FRED API (see documentation for each endpoint and the discussion in #20).
The text was updated successfully, but these errors were encountered:
https://research.stlouisfed.org/docs/api/fred/#Releases
The following endpoints need to be implemented properly and consistently in
fredr
:fredr_releases()
- Get all releases of economic data. (implement functions in Releases endpoint #33 )fredr_releases_dates()
- Get release dates for all releases of economic data. (implement functions in Releases endpoint #33)fredr_release()
- Get a release of economic data. (implement functions in Releases endpoint #33)fredr_release_dates()
- Get release dates for a release of economic data. (implement functions in Releases endpoint #33)fredr_release_series()
- Get the series on a release of economic data. (implement functions in Releases endpoint #33)fredr_release_sources()
- Get the sources for a release of economic data. (implement functions in Releases endpoint #33)fredr_release_tags()
- Get the tags for a release. (implement functions in Releases endpoint #33)fredr_release_related_tags()
- Get the related tags for a release. (implement functions in Releases endpoint #33)fredr_release_tables()
- Get the release tables for a given release. (implement functions in Releases endpoint #33)The functions are to be implemented with explicit arguments for each parameter in the FRED API (see documentation for each endpoint and the discussion in #20).
The text was updated successfully, but these errors were encountered: