sd_shapepull: A function to import school district shapefiles

Description Usage Arguments Format Value Source Examples

View source: R/sd_shapepull.R

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

1
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

1
sd_shp_19 <- sd_shapepull("2019")

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