| fred_tags | R Documentation |
Returns FRED tags, optionally filtered by a search query. Tags are keywords used to categorise series (e.g. "gdp", "monthly", "usa", "seasonally adjusted").
fred_tags(query = NULL, limit = 1000L)
query |
Character. Optional search string to filter tags. |
limit |
Integer. Maximum number of results. Default 1000. |
A data frame of tags with columns including name,
group_id, notes, popularity, and series_count.
Other tags:
fred_related_tags()
op <- options(fred.cache_dir = tempdir())
fred_tags()
fred_tags("inflation")
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.