This vignette is intended to introduce the user to fredr functions for the Tags endpoint of the FRED API.
FRED series are assigned tags as an attribute for classification. Each FRED tag is identified by a string ID. For example:
The following examples illustrate usage of the Tags endpoint functions in fredr.
The function fredr_tags_series()
returns a list of
series assigned tags matching the request. As with the functions for the
Series
endpoint, the data returned is a tibble in which each row represents
a series. For example, to get all series tagged with
"gdp"
:
To get the top 100 most popular non-quarterly series tagged with
"gdp"
: