Description Usage Arguments Details Value Examples
jolts_seriesid
constructs series IDs for downloading data from the Job Openings and Labor
Turnover Survey (JOLTS) database.
1 2 3 4 5 6 7 8 9 | jolts_seriesid(
adjustment,
industries,
data_types,
data_levels,
states,
areas,
sizes
)
|
adjustment |
Character vector. Seasonal adjustment ("S") or not ("U") or both. |
industries |
Character vector. See vignette. List of available
industries given in |
data_types |
Character vector. Desired output. See series vignette. List of available
data_types given in |
data_levels |
Character vector. Levels ("L") or rates ("R") or both. |
states |
Option character vector. See vignette. Leave blank for total US. List of
states given in |
areas |
Optional character vector. See vignette. Leave blank for total US. List of
areas in |
The Bureau of Labor Statistics (BLS) stores data in the form of series IDs. The structure of series IDs varies by the underlying database (e.g., CES, JOLTS, etc.). Users must input the correct series IDs to download their desired data. This function helps overcome this problem by automatically generating JOLTS series IDs for a given set of inputs. Note that only total non-farm data series IDs can be extracted for different regions of the United States. Reflects the October 2020 updates to JOLTS data series.
Vector of JOLTS series IDs.
1 2 3 | # National series for seasonally adjusted private sector hires and job openings
jolts_seriesid(adjustment = c("S"), industries = c("100000"), data_types = c("HI", "JO"),
data_levels = c("L"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.