Maps state FIPS state numeric codes to Human Health Service regions.
Examples
dcf_to_health_region(c("01", "01001", "02", "02001"))
#> [1] "Region 4" "Region 4" "Region 10" "Region 10"
Maps state FIPS state numeric codes to Human Health Service regions.
dcf_to_health_region(c("01", "01001", "02", "02001"))
#> [1] "Region 4" "Region 4" "Region 10" "Region 10"