View source: R/utils-educationdata-district.R
sr_state_assessments | R Documentation |
Imports state assessment data from Ed Facts using the Urban Institute's API.
sr_state_assessments(org_level, fips_code, years, grade = 99)
org_level |
The level to return the results. This is the 'level' parameter in the API. One of either 'schools' or 'school-district' |
fips_code |
State FIPS code, as integer. |
years |
The years from which you want to retrieve data. No data will be returned if data is not available for the year. |
grade |
Grades to import. Defaults to all grades (99) |
A list with each element containing a data frame with school data. The list is named, which identifies the data contained in the list element.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.