Skip to contents

Reads school-level enrollment composition data from bundled WVDE Excel files. Returns raw data with standardized column names.

Usage

get_raw_demographics(end_year)

Arguments

end_year

School year end (e.g., 2026 for 2025-26)

Value

Data frame with school-level enrollment and demographic counts

Examples

if (FALSE) { # \dontrun{
raw <- get_raw_demographics(2026)
head(raw)
} # }