powered by
A (likely temporary) function to download TIGER shapefiles for 2020 voting tabulation districts (VTDs).
pl_get_vtd(abbr, cache_to = NULL, refresh = FALSE)
An sf object containing the VTDs.
sf
Geography to download data for. See details for full list.
the file name, if any, to cache the results to (as an RDS). If a file exists and refresh=FALSE, will read from this file.
refresh=FALSE
if TRUE, force a re-download of the data.
TRUE
# \donttest{ shp <- pl_get_vtd("RI") # }
Run the code above in your browser using DataLab