Learn R Programming

edbuildmapr (version 0.3.1)

state_shapepull: 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()

Arguments

Value

A spatial object where each row is a state.

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

Examples

Run this code
# NOT RUN {
state_shp <- state_shapepull()
# }

Run the code above in your browser using DataLab