Convenience function to fetch enrollment data for Philadelphia,
the largest district in Pennsylvania (AUN: 126515001).
Usage
fetch_philly_enr(end_year, tidy = TRUE, use_cache = TRUE)
Arguments
- end_year
School year end
- tidy
If TRUE (default), returns tidy format
- use_cache
If TRUE (default), uses cache
Value
Data frame with Philadelphia enrollment data
Examples
if (FALSE) { # \dontrun{
philly_enr <- fetch_philly_enr(2025)
} # }