Description Usage Arguments Value Examples
Calculate unemployment metric
1 | calc_unemployment_rate(data, var, ..., na.rm = TRUE)
|
data |
tibble |
var |
unemployment variable |
... |
grouping variables |
na.rm |
whether to remove null values from calculation, defaults to true |
tibble
1 2 3 4 5 | ## Not run:
eoq::sample_cps %>% calc_unemployment_rate(employmentstatus)
eoq::sample_acs %>% calc_unemployment_rate(employmentstatus)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.