Description Usage Arguments Value API Documentation See Also Examples
View source: R/fredr_series_tags.R
Given a series ID, return associated tags for the series as a tibble
object.
1 2 3 4 5 6 7 8 |
series_id |
A string ID for the FRED series. |
... |
These dots only exist for future extensions and should be empty. |
order_by |
A string indicating the attribute by which to order the
Possible values include |
sort_order |
A string representing the order of the resulting series.
Possible values are: |
realtime_start |
A |
realtime_end |
A |
A tibble`` object where each row is represents a tag associated with the series specified by
series_id'. Data include tag name, group ID,
popularity, series count, tag creation date, and additional notes.
fredr_series_observations()
, fredr_series_search_text()
,
fredr_series_search_id()
, fredr_series_search_tags()
,
fredr_series_search_related_tags()
, fredr_series()
,
fredr_series_categories()
, fredr_series_release()
, fredr_series_updates()
,
fredr_series_vintagedates()
.
1 2 3 4 5 | if (fredr_has_key()) {
# Return all tags assigned to the "UNRATE" series and order the results by
# group ID.
fredr_series_tags(series_id = "UNRATE", order_by = "group_id")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.