Get the categories for a FRED series
Given a series ID, return information on the categories to which a series belongs
as a tibble object.
fredr_series_categories( series_id, ..., realtime_start = NULL, realtime_end = NULL )
series_id |
A string ID for the FRED series. |
... |
These dots only exist for future extensions and should be empty. |
realtime_start |
A |
realtime_end |
A |
A tibble object with information on the categories to
which the series specified by series_id belongs. Data include category ID,
name, parent category ID, and notes.
if (fredr_has_key()) {
# Return the categories to which the "UNRATE" series belongs
fredr_series_categories(series_id = "UNRATE")
}Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.