Description Usage Arguments Details Value Examples
laus_seriesid
constructs series IDs for downloading data from the Local Area
Unemployment Statistics (LAUS) database.
1 | laus_seriesid(adjustment, states, data_types)
|
adjustment |
Character vector. Seasonal adjustment ("S") or not ("U") or both. |
states |
Character vector. See vignette and |
data_types |
Character vector. See vignette and |
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, LAUS, etc.). Users must input the correct series IDs to download their desired data. This function generates LAUS series IDs given a set of user inputs.
Vector of LAUS series IDs.
1 | laus_seriesid(adjustment = "U", states = c("ST0100000000000", "ST0200000000000"), data_types = c("03"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.