Nonprofit-Open-Data-Collective / compensator

An R package for estimating compensation of nonprofit executives.
https://nonprofit-open-data-collective.github.io/compensator/
Other
0 stars 0 forks source link

Location Division Options #14

Open olbeck opened 1 year ago

olbeck commented 1 year ago

Currently using Ruca codes:

with

dplyr::mutate(location.type = dplyr::case_when(
    RUCA < 2 ~ "metro", 
    RUCA >=2 & RUCA < 4 ~ "suburban",
    RUCA >=4 & RUCA < 7 ~ "town",
    RUCA >= 7 ~ "rural"
  ))

other options