Skip to contents

Convenience function to fetch only EOG data (grades 3-8).

Usage

fetch_eog(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 EOG assessment data

Examples

if (FALSE) { # \dontrun{
eog_2024 <- fetch_eog(2024)
} # }