| fred_category_series | R Documentation |
Returns all series belonging to a given category. Automatically paginates through all results.
fred_category_series(category_id, limit = 1000L)
category_id |
Integer. The category ID. |
limit |
Integer. Maximum number of results to return. Default 1000. |
A data frame of series metadata.
Other categories:
fred_category(),
fred_category_children()
op <- options(fred.cache_dir = tempdir())
fred_category_series(32992)
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.