Get QWI metrics
1 2 3 4 5 6 7 8 | get_qwi_metrics(
name = "timeseries/qwi/se",
vars = c("Emp", "HirA", "HirAEndR", "SepBeg", "SepBegR", "EarnHirNS", "EarnS"),
region = "county:*",
regionin = "state:06",
time = "from 2019 to 2022",
...
)
|
name |
name of census api |
vars |
vars to select from api |
region |
the level of geo (state, county) |
regionin |
limiting the region to explore |
time |
the time period for data |
... |
addtional arguments passed to tidy_get_census |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.