Open olbeck opened 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
Currently using Ruca codes:
with
other options