fred_category_series: List series in a category

View source: R/categories.R

fred_category_seriesR Documentation

List series in a category

Description

Returns all series belonging to a given category. Automatically paginates through all results.

Usage

fred_category_series(category_id, limit = 1000L)

Arguments

category_id

Integer. The category ID.

limit

Integer. Maximum number of results to return. Default 1000.

Value

A data frame of series metadata.

See Also

Other categories: fred_category(), fred_category_children()

Examples


op <- options(fred.cache_dir = tempdir())
fred_category_series(32992)
options(op)


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