Transforms wide enrollment data to long format with subgroup column. Each row represents a single observation (entity + grade + subgroup).
Examples
if (FALSE) { # \dontrun{
wide_data <- fetch_enr(2025, tidy = FALSE)
tidy_data <- tidy_enr(wide_data)
} # }