GetLEA: A Function to Return DC LEA(Local Education Authority) Level...

Description Usage Arguments Value Author(s) References Examples

Description

This function retrieves the data from the exhibits on LearnDC.org's LEA Report Cards and Profiles (does not include DC Public Schools or DC Public Charter Schools aggregate data, to retrieve that data, please use the GetSector() function.

Usage

1
GetLEA("exhibit")

Arguments

exhibit

character, exhibit name. one of c("graduation","dccas","hqt_classes","staff_degree","mgp_scores", "special_ed","enrollment","parcc")

Value

data frame

Author(s)

Benjamin Robinson, benj.robinson2@gmail.com

References

http://learndc.org/schoolprofiles/search/lea

Examples

1
2
library(LearnDC)
lea_grad <- GetLEA("graduation")

benjaminrobinson/LearnDC documentation built on May 12, 2019, 11:55 a.m.