sr_state_assessments: Get state assessment data for a district or school from...

View source: R/utils-educationdata-district.R

sr_state_assessmentsR Documentation

Get state assessment data for a district or school from EdFacts

Description

Imports state assessment data from Ed Facts using the Urban Institute's API.

Usage

sr_state_assessments(org_level, fips_code, years, grade = 99)

Arguments

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)

Value

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.


shanejorr/schoolreportr documentation built on Aug. 7, 2023, 12:25 p.m.