Skip to contents

Returns the range of years for which enrollment data is available.

Usage

get_available_years()

Value

Named list with min_year and max_year

Examples

get_available_years()
#> $min_year
#> [1] 1977
#> 
#> $max_year
#> [1] 2024
#>