Description Usage Arguments Value API Documentation See Also Examples
View source: R/fredr_sources.R
Get all sources of economic data
1 2 3 4 5 6 7 8 9 |
... |
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 limit for long series.
This mimics the idea of pagination to retrieve large amounts of data over
multiple calls. Defaults to |
order_by |
A string indicating which attribute should be used to order
the results. Possible values: |
sort_order |
A string representing the order of the resulting series.
Possible values are: |
realtime_start |
A |
realtime_end |
A |
A tibble
object.
fredr_source()
, fredr_source_releases()
1 2 3 | if (fredr_has_key()) {
fredr_sources(limit = 20L)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.