Skip to contents

Returns the range of years for which school directory data is available.

Usage

get_directory_available_years()

Value

A list with:

min_year

First available year (2026)

max_year

Last available year (2026)

description

Description of data availability

Examples

years <- get_directory_available_years()
print(years$max_year)
#> [1] 2026