state_shapepull {edbuildmapr}R Documentation

A function to import state shapefiles

Description

This function allows you to import a simplified version of state shapefiles which match the the US Census Bureau, Education Demographic and Geographic Estimates Program (EDGE), Composite School District Boundaries File.

Usage

state_shapepull()

Format

Simple feature collection with 4 fields:

State.Post

State postal code, character string

FIPSn

State ID, character

Name

State name, character string

geometry

sfc_MULTIPOLYGON

Value

A spatial object where each row is a state.

Source

https://s3.amazonaws.com/data.edbuild.org/public/Processed+Data/State+Shapes/US_States_Viz_2020_high_res.zip

Examples

state_shp <- state_shapepull()

[Package edbuildmapr version 0.3.1 Index]