Description Usage Arguments Details Value Examples
ces_seriesid
constructs series IDs for downloading data from the Current Employment
Statistics (CES) database.
1 | ces_seriesid(adjustment, industries, data_types, states)
|
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 |
states |
Optional character vector. See vignette. Leave blank for total US. List of
states given 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 generates CES series IDs for a given set of inputs.
Vector of CES series IDs.
1 2 | # National series for seasonally adjusted private sector employment and earnings
ces_seriesid(adjustment = c("S"), industries = c("05000000"), data_types = c("01", "03"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.