| fred_category | R Documentation |
Returns information about a single category. The FRED category tree starts at category 0 (the root) and branches into 8 top-level categories: Money, Banking & Finance; Population, Employment & Labor Markets; National Accounts; Production & Business Activity; Prices; International Data; U.S. Regional Data; and Academic Data.
fred_category(category_id = 0L)
category_id |
Integer. The category ID. Default |
A data frame with category metadata.
Other categories:
fred_category_children(),
fred_category_series()
op <- options(fred.cache_dir = tempdir())
# Root category
fred_category()
# National Accounts (category 32992)
fred_category(32992)
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.