fred_tags: List or search FRED tags

View source: R/tags.R

fred_tagsR Documentation

List or search FRED tags

Description

Returns FRED tags, optionally filtered by a search query. Tags are keywords used to categorise series (e.g. "gdp", "monthly", "usa", "seasonally adjusted").

Usage

fred_tags(query = NULL, limit = 1000L)

Arguments

query

Character. Optional search string to filter tags.

limit

Integer. Maximum number of results. Default 1000.

Value

A data frame of tags with columns including name, group_id, notes, popularity, and series_count.

See Also

Other tags: fred_related_tags()

Examples


op <- options(fred.cache_dir = tempdir())
fred_tags()
fred_tags("inflation")
options(op)


fred documentation built on March 19, 2026, 5:09 p.m.