rural_zips: data.table of rural zipcodes from HRSA

Description Usage Details Download Geographic level Source See Also Examples

View source: R/rural_zips.R

Description

These data were compiled by Federal Office of Rural Health Policy (FORHP) at the Health Resources and Services Administration (HRSA). This data resources gives a simple list of zipcodes that are considered rural.

Usage

1

Details

They were accessed on September 25, 2021.

Download

Geographic level

Source

https://www.hrsa.gov/rural-health/about-us/definition/datafiles.html

See Also

Other Data resources: cdc_places(), cdc_social_vulnerability_index(), cell_line_ancestry(), census_tract_zip_crosswalk(), zipcode_shapes()

Examples

1
2
3
4
5
6
rural_zip_data = rural_zips()

head(rural_zip_data)

# top states by number of rural counties
rural_zip_data[,.(.N),by=state][order(N,decreasing=TRUE)][1:10,]

seandavi/UCCCReporter documentation built on Dec. 22, 2021, 11:15 p.m.