GetExhibits: A Function to Return Exhibit Names from LearnDC's data...

Description Usage Arguments Value Author(s) References Examples

Description

This function retrieves the names of the exhibits from LearnDC.org's various levels of exhibits (school, LEA, sector, and state

Usage

1
GetExhibits("level")

Arguments

level

character, an aggregation level - one of c("school","lea","sector","state")

Value

data frame

Author(s)

Benjamin Robinson, benj.robinson2@gmail.com

References

http://learndc.org/schoolprofiles/search

Examples

1
2
3
4
5
library(LearnDC)
GetExhibits("school")
GetExhibits("lea")
GetExhibits("sector")
GetExhibits("state")

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