Returns all series belonging to a given category. Automatically paginates through all results.
See also
Other categories:
fred_category(),
fred_category_children()
Examples
# \donttest{
op <- options(fred.cache_dir = tempdir())
fred_category_series(32992)
#> Error in fred_get_key(): No FRED API key found.
#> ℹ Set one with `fred_set_key()` or the `FRED_API_KEY` environment variable.
#> ℹ Register for a free key at <https://fredaccount.stlouisfed.org/apikeys>.
options(op)
# }