Learn R Programming

geomander (version 2.3.0)

get_heda: Get Harvard Election Data Archive ("HEDA") Dataset

Description

Get Harvard Election Data Archive ("HEDA") Dataset

Usage

get_heda(state, path = tempdir(), epsg = 3857, ...)

Value

sf tibble

Arguments

state

two letter state abbreviation

path

folder to put shape in. Default is tempdir()

epsg

numeric EPSG code to planarize to. Default is 3857.

...

additional arguments passed to sf::read_sf()

Examples

Run this code
if (FALSE) { # Sys.getenv("DATAVERSE_KEY") != ""
shp <- get_heda('ND')
}

Run the code above in your browser using DataLab