Fallback function to import locally downloaded DEED enrollment files. Use this if automatic download fails due to network issues.
Examples
if (FALSE) { # \dontrun{
# Download files manually from:
# https://education.alaska.gov/Stats/enrollment/
raw_data <- import_local_deed_enrollment(
grade_file = "2- Enrollment by School by Grade 2023-24.xlsx",
ethnicity_file = "5- Enrollment by School by ethnicity 2023-24.xlsx",
end_year = 2024
)
} # }