Description Usage Arguments Format Value Source Examples
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.
1 | sd_shapepull(data_year = "2019", with_data=FALSE)
|
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. |
Simple feature collection with 6 fields and geometry Multi Polygon:
Unique school district ID, character
School district name, character string
School district level, character string
State ID, character
State name, character
State postal code, character
sfc_MULTIPOLYGON
A spatial object where each row is a school district.
https://s3.amazonaws.com/data.edbuild.org/public/Processed+Data/SD+shapes/2019/shapefile_1819.zip
1 | sd_shp_19 <- sd_shapepull("2019")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.