search_ids: Search the internal series_id data set.

View source: R/search_ids.R

search_idsR 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 "unemployment women".

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, periodicity_code = "m" or periodicity_code = "monthly".

...

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)

blscrapeR documentation built on Sept. 17, 2022, 1:05 a.m.