sd_shapepull {edbuildmapr}R Documentation

A function to import school district shapefiles

Description

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

Usage

sd_shapepull(data_year = "2019", with_data=FALSE)

Arguments

data_year

Four digit year of shapefile data you would like to pull. Available for any school year from 2013 to 2019.

with_data

TRUE to attach EdBuild's school district master dataset to shapefile. Defaults to FALSE.

Format

Simple feature collection with 6 fields and geometry Multi Polygon:

GEOID

Unique school district ID, character

NAME

School district name, character string

sdType

School district level, character string

FIPS

State ID, character

State

State name, character

Postal

State postal code, character

geometry

sfc_MULTIPOLYGON

Value

A spatial object where each row is a school district.

Source

https://s3.amazonaws.com/data.edbuild.org/public/Processed+Data/SD+shapes/2019/shapefile_1819.zip

Examples

sd_shp_19 <- sd_shapepull("2019")

[Package edbuildmapr version 0.3.1 Index]