Skip to contents

Convenience function to fetch only EOC data (high school courses).

Usage

fetch_eoc(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 cached data

Value

Data frame with EOC assessment data

Examples

if (FALSE) { # \dontrun{
eoc_2024 <- fetch_eoc(2024)
} # }