-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.97 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: edbuildr
Type: Package
Title: Automated School District Data Download and Processing
Version: 0.3.0
Authors@R: c(
person("Megan", "Brodzik", email = "[email protected]", role = c("cre", "aut")),
person("Cecilia", "Depman", email = "[email protected]", role = "aut"),
person("Sara", "Hodges", email = "[email protected]", role = "aut"),
person("Kailey", "Spencer", email = "[email protected]", role = "ctb"))
Description: Import the 'EdBuild' master dataset of school district finance,
student demographics, and community economic indicators for every school district in the United States.
The master dataset is built from the US Census, Annual Survey of School System Finances (F33)
and joins data from the National Center for Education Statistics, Common Core of Data;
the US Census, Small Area Income and Poverty Estimates; and the US Census,
Education Demographic and Geographic Estimates. We apply 'EdBuild' standard processing to the
dataset and provide the option to select from four different exclusion criteria - see the masterpull() help file for more details.
The master dataset is available for any school year from 2013 to 2019 or longitudinally for all years 2013-2019.
School year is identified by the end year. For example, the 2018-19 school year is 2019.
Additional functions in the package use 'EdBuild' master data to analyze the difference
between neighboring school districts and create formatted excel tables of school district data. For full details about
'EdBuild' data processing please see 'EdBuild' (2020) <http://data.edbuild.org>.
License: CC0
URL: https://github.com/EdBuild/edbuildr, http://viz.edbuild.org/workshops/edbuildr/, http://viz.edbuild.org/workshops/data-overview/
BugReports: https://github.com/EdBuild/edbuildr/issues
Imports:
dplyr,
magrittr,
openxlsx,
scales,
stringr,
tidyselect (>= 1.0.0)
Encoding: UTF-8
RoxygenNote: 7.0.2
Suggests:
knitr,
rmarkdown