search_ids | R Documentation |
Search the internal series_id data set.
search_ids(keyword = NULL, periodicity_code = NULL, ...)
keyword |
The keyword you want to search. This can be a fuzzy search of multiple keywords. For example |
periodicity_code |
The period of time of the surveys you are interested in. This is usually monthly, quarterly or annually.
You can type full words or beginning letters. For example, |
... |
additional arguments |
A tibble from the the internal data set bls_ids
## Not run:
# Search for monthly Unemployment Rates for Women
ids <- search_ids(keyword = c("Unemployment Rate", "Women"), periodicity_code = "M")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.