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
Examples
state_shp <- state_shapepull()
[Package edbuildmapr version 0.3.1 Index]