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

View source: R/heda.R

get_hedaR 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 tempdir()

epsg

numeric EPSG code to planarize to. Default is 3857.

...

additional arguments passed to sf::read_sf()

Value

sf tibble

Examples


shp <- get_heda('ND')


christopherkenny/geomander documentation built on Feb. 18, 2024, 7:58 p.m.