fredr_releases {fredr} | R Documentation |
Get all releases of economic data
Description
Get all releases of economic data
Usage
fredr_releases(
...,
limit = NULL,
offset = NULL,
order_by = NULL,
sort_order = NULL,
realtime_start = NULL,
realtime_end = NULL
)
Arguments
... |
These dots only exist for future extensions and should be empty. |
limit |
An integer limit on the maximum number of results to return.
Defaults to |
offset |
An integer used in conjunction with |
order_by |
Order results by values of the specified attribute.
Possible values include: |
sort_order |
A string representing the order of the resulting series.
Possible values are: |
realtime_start |
A |
realtime_end |
A |
Value
A tibble
object.
API Documentation
See Also
fredr_releases_dates()
, fredr_release()
, fredr_release_dates()
,
fredr_release_series()
, fredr_release_sources()
, fredr_release_tags()
,
fredr_release_related_tags()
, fredr_release_tables()
,
Examples
if (fredr_has_key()) {
fredr_releases(limit = 20L)
}