state_shapepull: A function to import state shapefiles

Description Usage Format Value Source Examples

View source: R/state_shapepull.R

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

1

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

1
state_shp <- state_shapepull()

EdBuild/edbuildmapr documentation built on June 15, 2021, 9:15 p.m.