search_ids {blscrapeR} | R Documentation |
Search the internal series_id data set.
Description
Search the internal series_id data set.
Usage
search_ids(keyword = NULL, periodicity_code = NULL, ...)
Arguments
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 |
Value
A tibble from the the internal data set bls_ids
Examples
## Not run:
# Search for monthly Unemployment Rates for Women
ids <- search_ids(keyword = c("Unemployment Rate", "Women"), periodicity_code = "M")
## End(Not run)
[Package blscrapeR version 4.0.1 Index]