| fred_category_children | R Documentation |
Returns the child categories for a given parent category.
fred_category_children(category_id = 0L)
category_id |
Integer. The parent category ID. Default |
A data frame of child categories.
Other categories:
fred_category(),
fred_category_series()
op <- options(fred.cache_dir = tempdir())
# Top-level categories
fred_category_children()
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.