pl_get_vtd | R Documentation |
A (likely temporary) function to download TIGER shapefiles for 2020 voting tabulation districts (VTDs).
pl_get_vtd(abbr, cache_to = NULL, refresh = FALSE)
abbr |
Geography to download data for. See details for full list. |
cache_to |
the file name, if any, to cache the results to (as an RDS).
If a file exists and |
refresh |
if |
An sf
object containing the VTDs.
shp <- pl_get_vtd("RI")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.