Download SVI data files directly from the CDC ATSDR Website.
Source:R/get_cdc.R
get_svi_from_cdc.Rd
Download SVI data files directly from the CDC ATSDR Website.
Arguments
- geography
The desired geographic scale for the SVI. Can be "county" or "tract".
- year
The year of the SVI to download. Can be 2000, 2010, 2014, 2016, 2018, or 2020 (the default). Shapefiles and county-level data are not currently available for2000 or 2010 data.
- state
The name, abbreviation, or FIPS code of the state for which the SVI is being requested. If NULL (the default), requests data for the entire US.
- geometry
if FALSE (the default), return the SVI as tibble. If true, downloads the SVI as a shapefile and returns an sf tibble.