Subset data to extract a single category and time point for cross sectional comparisons between departments.
mv_filter(.data, category, year)
| .data | A tbl created with |
|---|---|
| category | Category to extract |
| year | Year to extract |
A tibble containing the subset data.