akschooldata: Fetch and Process Alaska School Data
Source:R/akschooldata-package.R
akschooldata-package.RdDownloads and processes school data from the Alaska Department of Education and Early Development (DEED). Provides functions for fetching enrollment data including October 1 counts by school, district, grade level, and demographic groups, and transforming it into tidy format for analysis.
Details
IMPORTANT: This package uses ONLY Alaska DEED data sources. No federal data sources (NCES CCD, Urban Institute API, etc.) are used.
Main functions
fetch_enrFetch enrollment data for a school year
fetch_enr_multiFetch enrollment data for multiple years
tidy_enrTransform wide data to tidy (long) format
id_enr_aggsAdd aggregation level flags
enr_grade_aggsCreate grade-level aggregations
get_available_yearsView available year range
import_local_deed_enrollmentImport locally downloaded DEED files
Cache functions
cache_statusView cached data files
clear_cacheRemove cached data files
Data Source
All data is sourced directly from Alaska DEED:
DEED Data Center: https://education.alaska.gov/data-center
DEED Statistics: https://education.alaska.gov/stats
Enrollment Files: https://education.alaska.gov/Stats/enrollment/
The package downloads two Excel files for each school year:
Enrollment by School by Grade (grade-level counts)
Enrollment by School by Ethnicity (demographic breakdowns)
Demographics
Alaska has unique demographic composition:
22% Alaska Native/American Indian (highest in US)
3% Native Hawaiian/Pacific Islander (among highest in US)
Approximately 131,000 total students
53 school districts (plus Mt. Edgecumbe High School)
Author
Maintainer: Al Martin almartin@example.com