get_heda {geomander} | R Documentation |
Get Harvard Election Data Archive ("HEDA") Dataset
Description
Get Harvard Election Data Archive ("HEDA") Dataset
Usage
get_heda(state, path = tempdir(), epsg = 3857, ...)
Arguments
state |
two letter state abbreviation |
path |
folder to put shape in. Default is |
epsg |
numeric EPSG code to planarize to. Default is 3857. |
... |
additional arguments passed to |
Value
sf tibble
Examples
shp <- get_heda('ND')
[Package geomander version 2.3.0 Index]