Skip to contents

Returns a vector of years for which graduation rate data is available from the Massachusetts DESE Socrata API.

Usage

get_available_grad_years()

Value

Integer vector of years (2006-2024)

Examples

if (FALSE) { # \dontrun{
get_available_grad_years()
# Returns: 2006 2007 2008 ... 2024
} # }