Charlotte Mack March 20, 2019
This repository contains enrollment data that were extracted from Chicago Public Schools (CPS) public records. The prepared data are also available at this repository in Rds and csv formats; at present there are only high school data, with elementary school data forthcoming. The sets span the school years from 2006--2007 through 2018--2019, and will be periodically updated.
You can install the released version of CPSenrollpack from github. If you do not have the devtools package, then first install it from CRAN:
install.packages(devtools)
Then use the devtools install command as follows:
install_github("cymack/CPSenrollpack")
The data files can be accessed simply by name at the command line, e.g. enrollment_all_hs.
## basic example code