README.md

kysrc

Travis-CI Build Status

This package contains Kentucky public school data for 2012-2017 from the Kentucky School Report Card website. Data from the 2017-2018 school year are from the Open House page on the Kentucky Department of Education website.

Installation

Install from Github with devtools:

library(devtools)
install_github("alspur/kysrc")

What's inside

This package contains nine different kinds of datasets with data at three different levels: state, district, and school. To reference a table for a particular level, you will need to append the suffix state, dist, or sch, respectively. For example, ach_grade_state would provide summary data for the entire state of Kentucky, while ach_grade_sch would provide the same data for each public school in Kentucky.

The datasets included in this package are:

Each dataset includes a unique identifier for the school/district/state, sch_id. This variable is helpful for joining data from multiple tables, as is year, which indicates the school year during which the data was generated.

There are currently 8,323,012 rows of data in this package and a total of 90,468,003 data points.



alspur/kysrc documentation built on May 11, 2019, 11:21 p.m.