Description Usage Arguments Value API Documentation See Also Examples
View source: R/fredr_source_releases.R
Get the releases for a source
1 2 3 4 5 6 7 8 9 10 |
source_id |
An integer ID for the data source. |
... |
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_sources()
, fredr_source()
1 2 3 4 5 6 7 | if (fredr_has_key()) {
# Board of Governors
fredr_source_releases(source_id = 1L)
# University of Michigan
fredr_source_releases(source_id = 14L, realtime_start = as.Date("1950-01-01"))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.