Skip to contents

Returns the range of school years for which enrollment data is available from the Colorado Department of Education. Uses URL discovery to determine which years have working data files.

Usage

get_available_years()

Value

A list with three elements:

min_year

The earliest available school year end (e.g., 2020 for 2019-20)

max_year

The latest available school year end (e.g., 2025 for 2024-25)

description

Human-readable description of data availability

Examples

get_available_years()
#> $min_year
#> [1] 2015
#> 
#> $max_year
#> [1] 2026
#> 
#> $description
#> [1] "Strict completeness mode enabled. Enrollment coverage starts at end_year 2015 and requires race, FRL, and charter sources for every supported year."
#> 
# Returns list with min_year, max_year, and description