Skip to contents

Downloads and processes school data from the Tennessee Department of Education (TDOE). Provides functions for fetching enrollment data from the Education Information System (EIS) and Report Card data, transforming it into tidy format for analysis.

Main functions

fetch_enr

Fetch enrollment data for a school year

fetch_enr_multi

Fetch enrollment data for multiple years

tidy_enr

Transform wide data to tidy (long) format

id_enr_aggs

Add aggregation level flags

enr_grade_aggs

Create grade-level aggregations

get_available_years

Get available data years

Cache functions

cache_status

View cached data files

clear_cache

Remove cached data files

ID System

Tennessee uses the following ID system:

  • District IDs: 4 digits, zero-padded (e.g., 0470 = Knox County)

  • School IDs: 4 digits within district

  • Campus IDs: 8 digits (district ID + school ID)

Format Eras

Tennessee data is available in two main eras:

  • Legacy Era (2012-2018): Older Excel format files

  • Modern Era (2019-2024): Standardized Report Card data system

Tennessee Education Regions

Tennessee is divided into 8 CORE (Centers of Regional Excellence) regions:

  • Region 1: Upper East Tennessee

  • Region 2: East Tennessee

  • Region 3: Southeast Tennessee

  • Region 4: Upper Cumberland

  • Region 5: Mid-Cumberland (Nashville area)

  • Region 6: South Central Tennessee

  • Region 7: Northwest Tennessee

  • Region 8: Southwest Tennessee (Memphis area)

Author

Maintainer: Al Martin almartin@example.com